MATLAB Function Reference |
Specify application-defined data
Syntax
Description
setappdata(h,'name',value)
sets application-defined data for the object with handle h
. The application-defined data, which is created if it does not already exist, is assigned the specified name
and value
. The value
can be any type of data.
See Also
getappdata
, isappdata
, rmappdata
set | setdiff |
© 1994-2005 The MathWorks, Inc.