Changeset 2239
- Timestamp:
- 09/15/09 15:28:08 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_transient_movie.m
r1740 r2239 25 25 %process data 26 26 [data isongrid isquiver]=processdata(md,data,options_structure); 27 titlestring=[field ' at time ' num2str(md.results.transient(i).time /md.yts) ' year'];27 titlestring=[field ' at time ' num2str(md.results.transient(i).time) ' year']; 28 28 plot_unit(x,y,z,elements,data,isongrid,is2d,isquiver,options_structure) 29 29 apply_options_movie(md,options_structure,titlestring);
Note:
See TracChangeset
for help on using the changeset viewer.