- Timestamp:
- Jun 22, 2012, 5:23:38 PM (13 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r468 r471 1620 1620 set(handles.Mask,'Visible','off') 1621 1621 % 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') 1624 1624 ParamKey={}; 1625 1625 set(handles.FieldName,'Enable','off') -
trunk/src/xml2struct.m
r453 r471 19 19 switch info.class 20 20 case 'struct' 21 out=[];%default 21 22 names = fieldnames(ss); 22 23 for k=1:length(names) … … 38 39 end 39 40 case 'cell' 41 out=[];%default 40 42 for ilist=1:numel(ss) 41 43 if ~isempty(str2num(ss{ilist}))
Note: See TracChangeset
for help on using the changeset viewer.