Changeset 368 for trunk/src/fill_GUI.m
- Timestamp:
- Jan 12, 2012, 3:55:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fill_GUI.m
r363 r368 3 3 function errormsg=fill_GUI(Param,handles) 4 4 %------------------------------------------------------------------------ 5 5 6 errormsg=''; 6 7 fields=fieldnames(Param); … … 29 30 if ~isempty(hh) 30 31 set(hh,'Visible','on') 31 get(hh,'style') 32 input_data 32 % input_data 33 33 switch get(hh,'style') 34 34 case {'checkbox','radiobutton','togglebutton'}
Note: See TracChangeset
for help on using the changeset viewer.