| MATLAB® |  |
findobj (handle) - Finds objects matching specified conditions
Syntax
Hmatch = findobj(Hobj,<conditions>)
Description
Hmatch = findobj(Hobj,<conditions>) finds
handle objects that meet the specified conditions. The Hobj argument
must be an array of handle objects and Hmatch is
returned with an array of handles matching the conditions. Note that findobj has
access only to public members of the objects in Hobj.
See the Handle Graphics findobj function
for information on specifying conditions.
See Also
findprop, handle
 | findobj | | findprop (handle) |  |