MATLAB Function Reference Previous page   Next Page
isappdata

True if application-defined data exists

Syntax

Description

isappdata(h,name) returns 1 if application-defined data with the specified name exists on the object specified by handle h, and returns 0 otherwise.

See Also

getappdata, rmappdata, setappdata


Previous page  isa iscell Next page

© 1994-2005 The MathWorks, Inc.