Changeset 2563
- Timestamp:
- 10/29/09 15:44:05 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_transient_field.m
r2562 r2563 51 51 %process data and change title if needed 52 52 [data isongrid isquiver]=processdata(md,md.results.transient(steps(i)).(field),options); 53 options= addfielddefault(options,'title',[field ' at time ' num2str(md.results.transient(steps(i)).time) ' a']);53 options=changefieldvalue(options,'title',[field ' at time ' num2str(md.results.transient(steps(i)).time) ' a']); 54 54 55 55 %create plot of step i 56 56 subplot(subplotwidth,subplotwidth,i); 57 57 plot_unit(x,y,z,elements,data,isongrid,is2d,isquiver,options) 58 applyoptions(md,data,options); 58 59 59 60 end
Note:
See TracChangeset
for help on using the changeset viewer.