Changeset 516 for trunk/src/read_GUI.m
- Timestamp:
- Aug 16, 2012, 8:47:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_GUI.m
r497 r516 57 57 if ~isempty(listinput) 58 58 if numel(value)==1% single selection 59 if ischar(listinput) 60 input=listinput; 61 else 59 62 input=listinput{value}; 63 end 60 64 else % multiple selection 61 65 input=listinput(value);
Note: See TracChangeset
for help on using the changeset viewer.