다음: Object Groups, 이전: Callbacks, 상위 문서: Advanced Plotting [차례][찾아보기]
Octave has a provision for attaching application-defined data to a graphics handle. The data can be anything which is meaningful to the application, and will be completely ignored by Octave.
Set the application data 이름 to 값 for the graphics object with handle h.
h may also be a vector of graphics handles. If the application data with the specified 이름 does not exist, it is created.
Multiple 이름/값 pairs can be specified. Alternatively, a cell array of names and a corresponding cell array of values can be specified.
같이 보기: getappdata, isappdata, rmappdata, guidata, get, set, getpref, setpref.
Return the 값 of the application data 이름 for the graphics object with handle h.
h may also be a vector of graphics handles. If no second argument
이름 is given then getappdata
returns a structure,
appdata, whose fields correspond to the appdata properties.
같이 보기: setappdata, isappdata, rmappdata, guidata, get, set, getpref, setpref.
Delete the application data 이름 from the graphics object with handle h.
h may also be a vector of graphics handles. Multiple application data names may be supplied to delete several properties at once.
같이 보기: setappdata, getappdata, isappdata.
Return true if the named application data, 이름, exists for the graphics object with handle h.
h may also be a vector of graphics handles.
같이 보기: getappdata, setappdata, rmappdata, guidata, get, set, getpref, setpref.
다음: Object Groups, 이전: Callbacks, 상위 문서: Advanced Plotting [차례][찾아보기]