Changeset 427 for trunk/src/fill_GUI.m
- Timestamp:
- May 17, 2012, 11:33:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fill_GUI.m
r380 r427 23 23 if strcmp(get(hh,'Type'),'uitable') 24 24 set(hh,'Visible','on') 25 if ischar(input_data) 26 input_data={input_data}% transform string to a single cell if needed 27 end 25 28 set(hh,'Data',input_data) 26 29 check_done=1;
Note: See TracChangeset
for help on using the changeset viewer.