Changeset 2483
- Timestamp:
- 10/22/09 10:55:54 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_transient_field.m
r2462 r2483 12 12 end 13 13 14 fontsize =getfieldvalue(options,'fontsize',14);14 fontsize =getfieldvalue(options,'fontsize',14); 15 15 fontweight=getfieldvalue(options,'fontweight','n'); 16 figurenum =getfieldvalue(options,'figure',1); 16 17 17 18 %Figure out the iterations to plot and check if it is possible … … 45 46 end 46 47 47 48 48 string='plotmodel(md'; 49 49 for i=1:length(steps), 50 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 string=[string ',''colorbar#all'',''on'',''fontsize'',' num2str(fontsize) ',''fontweight'',''' fontweight ''' );'];52 string=[string ',''colorbar#all'',''on'',''fontsize'',' num2str(fontsize) ',''fontweight'',''' fontweight ''',''figure'',' num2str(figurenum) ');']; 53 53 eval(string); 54 54 clear string; 55
Note:
See TracChangeset
for help on using the changeset viewer.