Changeset 747 for trunk/src/disp_uvmat.m
- Timestamp:
- Apr 22, 2014, 9:44:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/disp_uvmat.m
r667 r747 10 10 % checkrun: =0: batch mode: text display on log file 11 11 12 function disp_uvmat(title,display_str,checkrun) 12 function hh=disp_uvmat(title,display_str,checkrun) 13 hh=[]; 13 14 if checkrun 14 msgbox_uvmat(title,display_str,'')15 hh=msgbox_uvmat(title,display_str,''); 15 16 else 16 17 disp([title ': ' display_str])
Note: See TracChangeset
for help on using the changeset viewer.