MATLAB Function Reference    
getappdata

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 the 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 get (COM)