MATLAB Function Reference |
Get value of application-defined data
Syntax
Description
value = getappdata(h,name)
gets the value of the application-defined data with the name specified by name
, in the object with handle h
. If the application-defined data does not exist, MATLAB returns an empty matrix in value
.
value = getappdata(h)
returns all application-defined data for the object with handle h
.
See Also
setappdata
, rmappdata
, isappdata
get | getenv |
© 1994-2005 The MathWorks, Inc.