Changeset 471 for trunk/src/xml2struct.m


Ignore:
Timestamp:
Jun 22, 2012, 5:23:38 PM (12 years ago)
Author:
sommeria
Message:

a few bugs repaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xml2struct.m

    r453 r471  
    1919switch info.class
    2020    case 'struct'
     21        out=[];%default
    2122        names = fieldnames(ss);
    2223        for k=1:length(names)
     
    3839        end
    3940    case 'cell'
     41        out=[];%default
    4042        for ilist=1:numel(ss)
    4143            if ~isempty(str2num(ss{ilist}))
Note: See TracChangeset for help on using the changeset viewer.