MATLAB Function Reference |
Syntax
setappdata(h,name,value)
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 a name
and a value
. value
can be type of data.
See Also
getappdata
, isappdata
, rmappdata
set | setdiff |