Changeset 603 for trunk/src/fill_GUI.m
- Timestamp:
- Apr 4, 2013, 12:08:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fill_GUI.m
r598 r603 16 16 %handles=guidata(GUI_handle); 17 17 children=get(GUI_handle,'children'); 18 handles=[]; 18 19 for ichild=1:numel(children) 19 20 handles.(get(children(ichild),'tag'))=children(ichild);
Note: See TracChangeset
for help on using the changeset viewer.