Ignore:
Timestamp:
Jul 26, 2010, 11:20:39 PM (14 years ago)
Author:
sommeria
Message:

aver_stat and time_series: bug repairs for reading images, for time series, the projection of images on a line now works
get_field: various bug repairs, export field on work space activated
struct2nc and struct2nc_toolbox.m: small bug repaired
nomtype2pair: test on string input introduced to avoid error
cell2tab: test on multiline input introduced
civ: pb about cell repair (bug with recent versions of matlab)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/struct2nc_toolbox.m

    r58 r107  
    115115%write variable attributes
    116116if testattr
    117     for ivar=1:length(VarAttribute)  %loop on the attributes of variable ivar
     117    for ivar=1:min(numel(VarAttribute),numel(ListVarName))  %loop on the attributes of variable ivar
    118118        if isstruct(VarAttribute{ivar})
    119119            attr_names=fields(VarAttribute{ivar});
Note: See TracChangeset for help on using the changeset viewer.