findobj (handle) - Find handle objects matching specified conditions
Syntax
Hmatch = findobj(Hobj,<conditions>)
Description
Hmatch = findobj(Hobj,<conditions>) finds handle class
objects that meet the specified conditions. The Hobj argument
must be an array of handle objects. The returned
value, Hmatch contains an array of handles matching
the conditions.
findobj has access only to public members
of the objects in Hobj. See Finding Handle Objects for
more information on using findobj.
See the Handle Graphics findobj function
for information on specifying conditions. You cannot use regular expression
with handle class objects.
See Also
findprop, handle
 | findobj | | findprop (handle) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit