Changeset 2487
- Timestamp:
- 10/22/09 11:18:25 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_transient_field.m
r2485 r2487 55 55 if exist(options,'caxis'), 56 56 caxis_opt=getfieldvalue(options,'caxis',[]); 57 string=[string ',''caxis'',[' caxis_opt(1) ',' caxis_opt(2) ']'];57 string=[string ',''caxis'',[' num2str(caxis_opt(1)) ',' num2str(caxis_opt(2)) ']']; 58 58 end 59 59
Note:
See TracChangeset
for help on using the changeset viewer.