Changeset 18253
- Timestamp:
- 07/16/14 16:26:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/processdata.m
r18252 r18253 19 19 %specials for struct 20 20 if isstruct(data), 21 disp('data provided is a struct , please enter the number of the field you would like to display:');21 disp('data provided is a struct with the following fields:'); 22 22 F=fields(data); 23 23 for i=1:numel(F),
Note:
See TracChangeset
for help on using the changeset viewer.