Ignore:
Timestamp:
Apr 30, 2012, 6:46:45 PM (12 years ago)
Author:
sommeria
Message:

various bugs corrected. nc2struct_toolbox suppressed (correspond to obsolete versions of Matlab)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_field_indices.m

    r399 r404  
    2323% INPUT:
    2424% Data: structure representing fields, output of check_field_structure
    25 %            .ListDimName: cell listing the names of the array dimensions
    26 %            .ListVarName: cell listing the names of the variables
    27 %            .VarDimIndex: cell containing the set of dimension indices (in list .ListDimName) for each variable of .ListVarName
     25%            .ListVarName: cell array listing the names (cahr strings) of the variables
     26%            .VarDimName: cell array of cells containing the set of dimension names for each variable of .ListVarName
     27%            .VarAttribute: cell array of structures containing the variable attributes:
     28%                     .VarAttribute{ilist}.key=value, where ilist is the variable
     29%                     index, key is the name of the attribute, value its value (char string or number)
    2830%
    2931% HELP:
Note: See TracChangeset for help on using the changeset viewer.