Changeset 471 for trunk/src


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

a few bugs repaired

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r468 r471  
    16201620set(handles.Mask,'Visible','off')
    16211621% set(handles.OutputDirExt,'Visible','off');
    1622 set(handles.ParamKey,'Visible','off')
    1623 set(handles.ParamVal,'Visible','off')
     1622% set(handles.ParamKey,'Visible','off')
     1623% set(handles.ParamVal,'Visible','off')
    16241624ParamKey={};
    16251625set(handles.FieldName,'Enable','off')
  • 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.