| Contents | Index |
Find objects matching specified conditions
hm = findobj(h, 'conditions')
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.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |