Changeset 771 for trunk/src/nc2struct.m


Ignore:
Timestamp:
May 3, 2014, 5:20:29 PM (10 years ago)
Author:
sommeria
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/nc2struct.m

    r756 r771  
    1616%                  .DimValue= vlalues of dimensions (added information, not requested for field description)
    1717%                  .VarType= integers giving the type of variable as coded by netcdf= 2 for char, =4 for single,=( for double
    18 %         .Txt: error message
    1918%  var_detect: vector with same length as the cell array ListVarName, = 1 for each detected variable and 0 else.
    2019%            var_detect=[] in the absence of input cell array
     
    3130%            while output names will be set by the first line
    3231%       - the string 'ListGlobalAttribute' followed by a list of attribute  names: reads only these attributes (fast reading)
    33 %       - the string 'TimeVarName', a string (the variable considered as time), an integer or vector with integer values
    34 %            representing time indices to select, the cell of other input variable names.
     32%       - the string 'TimeVarName', a string (the name of the variable considered as time), an integer or vector with integer values
     33%            representing time indices to select for each variable, the cell of other input variable names.
    3534%       - the string 'TimeDimName', a string (the name of the dimension considered as time), an integer or vector with integer values
    36 %            representing time indices to select, the cell of other input variable names.
     35%            representing time indices to select for each variable, the cell of other input variable names.
    3736
    3837%AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Note: See TracChangeset for help on using the changeset viewer.