Changeset 107 for trunk/src/struct2nc_toolbox.m
- Timestamp:
- Jul 26, 2010, 11:20:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/struct2nc_toolbox.m
r58 r107 115 115 %write variable attributes 116 116 if testattr 117 for ivar=1: length(VarAttribute) %loop on the attributes of variable ivar117 for ivar=1:min(numel(VarAttribute),numel(ListVarName)) %loop on the attributes of variable ivar 118 118 if isstruct(VarAttribute{ivar}) 119 119 attr_names=fields(VarAttribute{ivar});
Note: See TracChangeset
for help on using the changeset viewer.