MATLAB Function Reference Previous page   Next Page
ishandle

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

findobj, gca, gcf, gco, set

Accessing Object Handles for more information

Finding and Identifying Graphics Objects for related functions


Previous page  isglobal ishold Next page

© 1994-2005 The MathWorks, Inc.