Changeset 453 for trunk/src/xml2struct.m


Ignore:
Timestamp:
Jun 13, 2012, 5:03:06 PM (12 years ago)
Author:
sommeria
Message:

series adapted to BATCH mode. Tests still needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xml2struct.m

    r450 r453  
    3939    case 'cell'
    4040        for ilist=1:numel(ss)
     41            if ~isempty(str2num(ss{ilist}))
    4142            out(ilist,:)=str2num(ss{ilist});
     43            end
    4244        end
    4345    otherwise
Note: See TracChangeset for help on using the changeset viewer.