Changeset 1082 for trunk/src/nc2struct.m


Ignore:
Timestamp:
Jun 16, 2020, 5:38:56 PM (4 years ago)
Author:
sommeria
Message:

rodrigues added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/nc2struct.m

    r1071 r1082  
    6262hhh=which('netcdf.open');% look for built-in matlab NetCDF library
    6363
    64 if ~isequal(hhh,'')
     64if ~isempty(hhh)
    6565    %% default output
    6666    Data=[];%default
     
    113113        CheckTimeVar=1;
    114114        TimeIndex=varargin{3};
    115         input_index=4;% list of varibles to read is at fourth argument
     115        input_index=4;% list of variables to read is at fourth argument
    116116    elseif isequal(varargin{1},'TimeDimName')
    117117        TimeDimName=varargin{2};
Note: See TracChangeset for help on using the changeset viewer.