MATLAB Functions Help Desk

ishandle

Purpose

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

findobj



[ Previous | Help Desk | Next ]