Graphics |
Interactive Graphics
Figure objects contain a number of properties designed to facilitate user interaction with the figure. These properties fall into two categories.
Properties related to callback routine execution:
BusyAction
ButtonDownFcn
DeleteFcn
KeyPressFcn
Interruptible
ResizeFcn
WindowButtonDownFcn
, WindowButtonMotionFcn
, and WindowButtonUpFcn
Properties that contain information about the MATLAB state:
The online manual, Creating Graphical User Interfaces, provides information on creating programs that incorporate interactive graphics.
Defining Custom Pointers | Axes Properties |