MATLAB Function Reference |
Returns true for graphics handles
Syntax
Description
ishandle(h)
returns an array containing 1
's where the elements of h
are valid graphics handles and 0
's where they are not.
See Also
Accessing Object Handles for more information
Finding and Identifying Graphics Objects for related functions
isglobal | ishold |
© 1994-2005 The MathWorks, Inc.