Changeset 639 for trunk/src/series.m


Ignore:
Timestamp:
May 21, 2013, 1:14:02 AM (11 years ago)
Author:
sommeria
Message:

introduction of mask on projection: fct mask_proj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r638 r639  
    907907set(handles.FileStatus,'CData',CData);
    908908
    909 
    910 %% enable field and veltype menus, in accordance with the current action
    911 ActionName_Callback([],[], handles)
    912 
    913909%% check for pair display
    914910check_pairs=0;
     
    925921    set(handles.PairString,'Visible','off')
    926922end
     923
     924
     925%% enable field and veltype menus, in accordance with the current action
     926ActionName_Callback([],[], handles)
    927927
    928928%% set length of waitbar
     
    20862086    MaskVisible=ParamOut.Mask;
    20872087end
    2088 set(handles.Mask,'Visible',MaskVisible)
     2088%set(handles.Mask,'Visible',MaskVisible)
    20892089set(handles.CheckMask,'Visible',MaskVisible);
    20902090
     
    24072407
    24082408if get(handles.CheckMask,'Value')
     2409    set(handles.Mask,'Visible','on')
    24092410    InputTable=get(handles.InputTable,'Data');
    24102411    defaultname=InputTable{1,1};
     
    24142415    end
    24152416else
     2417    set(handles.Mask,'Visible','off')
    24162418    set(handles.Mask,'String','')
    24172419end
Note: See TracChangeset for help on using the changeset viewer.