Changeset 330
- Timestamp:
- 05/11/09 09:30:57 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/String/displaystring.m
r304 r330 4 4 % Usage: 5 5 % displaystring(debug,format,string) 6 % ex: display(1,'%s\n','string to display');7 6 % debug can be used to switch display on and off 7 % 8 % Example: 9 % display(1,'%s\n','string to display'); 8 10 9 11 if debug,
Note:
See TracChangeset
for help on using the changeset viewer.