Changeset 528 for trunk/src/get_field.m
- Timestamp:
- Aug 21, 2012, 8:30:52 AM (13 years ago)
- File:
-
- 1 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')};
Note: See TracChangeset
for help on using the changeset viewer.