guihandles
Retrieve child objects of figure
Description
Note
Locating child objects of a figure with findobj or findall is recommended over using
guihandles. The recommended functions enable you to control the
types of objects that are returned using specific property values or regular
expressions. For more information about retrieving child objects of a graphics object,
see Find Objects.
returns child objects of a figure that have a nonempty s = guihandles(obj)Tag property.
If
objis aFigureobject,guihandlesreturns child objects of the specified figure.If
objis a graphics object in a figure,guihandlesreturns the child objects of the figure that containsobj.
returns all child objects that
have a nonempty s = guihandlesTag property of the current figure. If no figure
exists, MATLAB® creates a new figure and sets it as the current figure.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a