Changeset 105 for trunk/src/find_field_indices.m
- Timestamp:
- Jun 24, 2010, 5:28:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_field_indices.m
r89 r105 2 2 % group the variables into 'fields' with common dimensions 3 3 %------------------------------------------------------------------------ 4 % function [DimVarIndex,CellVarIndex,NbDim,VarType]=find_field_indices(Data)4 % function [CellVarIndex,NbDim,VarType,errormsg]=find_field_indices(Data) 5 5 % 6 6 % OUTPUT: … … 19 19 % .scalar: scalar field (default) 20 20 % .coord: vector of indices of coordinate variables corresponding to matrix dimensions 21 % errormsg: error message 21 22 % 22 23 % INPUT:
Note: See TracChangeset
for help on using the changeset viewer.