| MATLAB Function Reference | ![]() |
handles = guihandles(object_handle)
handles = guihandles
handles = guihandles(object_handle) returns a structure containing the handles of the objects in a figure, using the value of their Tag properties as the fieldnames, with the following caveats:
Objects are excluded if their Tag properties are empty, or are not legal variable names.
If several objects have the same Tag, that field in the structure contains a vector of handles.
Objects with hidden handles are included in the structure.
handles = guihandles returns a structure of handles for the current figure.
guidata, guide, getappdata, setappdata
![]() | guide | gunzip | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |