Changeset 460 for trunk/src/fill_GUI.m
- Timestamp:
- Jun 20, 2012, 12:01:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fill_GUI.m
r427 r460 24 24 set(hh,'Visible','on') 25 25 if ischar(input_data) 26 input_data={input_data} % transform string to a single cell if needed26 input_data={input_data};% transform string to a single cell if needed 27 27 end 28 28 set(hh,'Data',input_data)
Note: See TracChangeset
for help on using the changeset viewer.