source:
trunk/src/displ_uvmat.m
@
484
Last change on this file since 484 was 473, checked in by , 12 years ago | |
---|---|
File size: 171 bytes |
Line | |
---|---|
1 | function displ_uvmat(title,display_str,Position) |
2 | if isequal(Position,0) |
3 | display([title ': ' display_str]) |
4 | else |
5 | msgbox_uvmat(title,display_str,'',Position) |
6 | end |
7 |
Note: See TracBrowser
for help on using the repository browser.