Changeset 1095 for trunk/src/series.m


Ignore:
Timestamp:
Mar 31, 2021, 3:32:03 PM (3 years ago)
Author:
sommeria
Message:

reading mat files added, +-fixed,OpenDAP improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1093 r1095  
    34233423
    34243424%% fill the GUI series with the content of the xml file
    3425 Param=xml2struct(filexml); % read the input xml file as a Matlab structure
    3426 
     3425[Param,RootTag,errormsg]=xml2struct(filexml); % read the input xml file as a Matlab structure
     3426if ~isempty(errormsg)
     3427    msgbox_uvmat('ERROR',errormsg);
     3428    return
     3429end
    34273430% ask to stop current Action if button RUN is in action (another process is already running)
    34283431if isequal(get(handles.RUN,'Value'),1)
Note: See TracChangeset for help on using the changeset viewer.