MATLAB Function Reference | ![]() ![]() |
Syntax
handles = guihandles(object_handle) handles = guihandles
Description
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:
Tag
, that field in the structure contains a vector of handles. handles = guihandles
returns a structure of handles for the current figure.
See Also
guidata
, guide
, getappdata
, setappdata
![]() | guide | hadamard | ![]() |