Changeset 2462
- Timestamp:
- 10/21/09 15:07:23 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_transient_field.m
r2450 r2462 48 48 string='plotmodel(md'; 49 49 for i=1:length(steps), 50 string=[string ',''data'',md.results.transient(' num2str(steps(i)) ').' field ',''title'','' Thicknessat time ' num2str(md.results.transient(steps(i)).time) ' a'''];50 string=[string ',''data'',md.results.transient(' num2str(steps(i)) ').' field ',''title'',''' field ' at time ' num2str(md.results.transient(steps(i)).time) ' a''']; 51 51 end 52 52 string=[string ',''colorbar#all'',''on'',''fontsize'',' num2str(fontsize) ',''fontweight'',''' fontweight ''');'];
Note:
See TracChangeset
for help on using the changeset viewer.