Changeset 427 for trunk/src/read_GUI.m
- Timestamp:
- May 17, 2012, 11:33:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_GUI.m
r395 r427 55 55 value=get(hchild(ichild),'Value'); 56 56 if ~isempty(listinput) 57 if numel(value)==1% single selection 57 58 input=listinput{value}; 59 else % multiple selection 60 input=listinput(value); 61 end 58 62 else 59 63 check_input=0;
Note: See TracChangeset
for help on using the changeset viewer.