findobj
Class: qrandstream
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.