Changeset 771 for trunk/src/nc2struct.m
- Timestamp:
- May 3, 2014, 5:20:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/nc2struct.m
r756 r771 16 16 % .DimValue= vlalues of dimensions (added information, not requested for field description) 17 17 % .VarType= integers giving the type of variable as coded by netcdf= 2 for char, =4 for single,=( for double 18 % .Txt: error message19 18 % var_detect: vector with same length as the cell array ListVarName, = 1 for each detected variable and 0 else. 20 19 % var_detect=[] in the absence of input cell array … … 31 30 % while output names will be set by the first line 32 31 % - 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 values34 % 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. 35 34 % - 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. 37 36 38 37 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Note: See TracChangeset
for help on using the changeset viewer.