source:
issm/oecreview/Archive/27032-27229/ISSM-27043-27044.diff
Last change on this file was 27230, checked in by , 3 years ago | |
---|---|
File size: 625 bytes |
-
../trunk-jpl/src/m/plot/plot_transient_movie.m
11 11 %xlim 12 12 if exist(options,'transient_movie_field'), 13 13 field=getfieldvalue(options,'transient_movie_field'); 14 elseif ischar(getfieldvalue(options,'data')) 14 elseif ischar(getfieldvalue(options,'data')) && ~strcmp(getfieldvalue(options,'data'),'transient_movie') 15 15 field=getfieldvalue(options,'data'); 16 16 else 17 17 disp('List of available fields:');
Note:
See TracBrowser
for help on using the repository browser.