MATLAB Function Reference | ![]() ![]() |
Determines if values are valid graphics object handles
Syntax
Description
array = ishandle(h)
returns an array that contains 1
's where the elements of h
are valid graphics handles and 0
's where they are not.
Examples
Determine whether the handles previously returned by fill
remain handles of existing graphical objects:
See Also
Finding and Identifying Graphics Objects for related functions
![]() | isglobal | ishold | ![]() |