Changeset 598 for trunk/src/fill_GUI.m
- Timestamp:
- Apr 2, 2013, 9:13:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fill_GUI.m
r591 r598 14 14 %------------------------------------------------------------------------ 15 15 errormsg=''; 16 handles=guidata(GUI_handle); 16 %handles=guidata(GUI_handle); 17 children=get(GUI_handle,'children'); 18 for ichild=1:numel(children) 19 handles.(get(children(ichild),'tag'))=children(ichild); 20 end 17 21 UserData=get(GUI_handle,'UserData'); 18 22 fields=fieldnames(Param);%list of fields in Param
Note: See TracChangeset
for help on using the changeset viewer.