MATLAB Function Reference |
True if application-defined data exists
Syntax
isappdata(h,name)
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
isa | ishandle |