Changeset 1095
- Timestamp:
- 06/25/09 11:04:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_transient_movie.m
r740 r1095 32 32 %process data 33 33 [data isongrid]=processdata(md,data,options_structure); 34 titlestring=[choice ' at time ' num2str(md.results.transient(i).time ) ' year'];34 titlestring=[choice ' at time ' num2str(md.results.transient(i).time/md.yts) ' year']; 35 35 plot_unit(x,y,z,elements,data,isongrid,is2d,options_structure) 36 36 apply_options_movie(md,options_structure,titlestring);
Note:
See TracChangeset
for help on using the changeset viewer.