Changeset 1040 for trunk/src/series.m


Ignore:
Timestamp:
May 4, 2018, 10:57:13 PM (6 years ago)
Author:
sommeria
Message:

get_field improved to select variables, uvmat rationalized with respect to input file types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1037 r1040  
    21832183%% add a new function to the menu if 'more...' has been selected in the menu ActionName
    21842184if isequal(ActionName,'more...')
    2185     if isempty(ActionPath)
     2185    if ~ischar(ActionPath)
    21862186        ActionPath=get(handles.ActionPath,'String');
    21872187    end
Note: See TracChangeset for help on using the changeset viewer.