MATLAB Function Reference |
Syntax
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
properties are empty, or are not legal variable names.
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 | gunzip |
© 1994-2005 The MathWorks, Inc.