- Timestamp:
- Aug 21, 2012, 8:30:52 AM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_field.m
r526 r528 835 835 hseries=findobj(allchild(0),'tag','series'); 836 836 check_series=0; 837 % look for the status of the GUI uvmat 837 838 if ~isempty(huvmat) 838 839 hh=guidata(huvmat); … … 851 852 end 852 853 end 854 % if no filed data is concerned on uvmat, look at the GUI series 853 855 if isempty(hfield) && ~isempty(hseries) 854 856 check_series=1; 855 857 hh=guidata(hseries); 856 858 FieldMenu=get(hh.FieldName,'String'); 857 859 FieldName=FieldMenu{get(hh.FieldName,'Value')}; -
trunk/src/uvmat.m
r527 r528 208 208 UvData.OpenParam.NbBuiltin=numel(transform_menu); %number of functions 209 209 transform_path=fullfile(path_uvmat,'transform_field'); 210 path_list=cell(UvData.OpenParam.NbBuiltin,1); 210 211 path_list{1}=''; 211 212 for ilist=2:UvData.OpenParam.NbBuiltin
Note: See TracChangeset
for help on using the changeset viewer.