Find objects matching specified conditions
Syntax
hm = findobj(h, 'conditions')
Description
The findobj method of the handle class
follows the same syntax as the MATLAB findobj command,
except that the first argument must be an array of handles to objects.
hm = findobj(h, 'conditions') searches
the handle object array h and returns an array
of handle objects matching the specified conditions. Only the public
members of the objects of h are considered when
evaluating the conditions.
See Also
findobj, qrandstream
 | fillProximities (TreeBagger) | | findprop (qrandstream) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit