Changeset 18253


Ignore:
Timestamp:
07/16/14 16:26:26 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: enable to display structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/processdata.m

    r18252 r18253  
    1919%specials for struct
    2020if 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:');
    2222        F=fields(data);
    2323        for i=1:numel(F),
Note: See TracChangeset for help on using the changeset viewer.