Function
|
Object Description
|
axes
|
Rectangular coordinate system that scales and orients axes children image, light, line, patch, surface, and text objects.
|
figure
|
Window for displaying graphics.
|
image
|
2-D picture defined by either colormap indices or RGB values. The data can be 8-bit or double precision data.
|
light
|
Directional light source located within the axes and affecting patches and surfaces.
|
line
|
Line formed by connecting the coordinate data with straight line segments, in the sequence specified.
|
patch
|
Polygonal shell created by interpreting each column in the coordinate matrices as a separate polygon.
|
rectangle
|
2-D filled area having a shape that can range from a rectangle ot an ellipse.
|
surface
|
Surface created with rectangular faces defined by interpreting matrix elements as heights above a plane.
|
text
|
Character string located in the axes coordinate system.
|
uicontextmenu
|
Context menu that you can associate with other graphics object.
|
uicontrol
|
Programmable user-interface device, such as pushbutton, slider, or listbox.
|
uimenu
|
Programmable menu appearing at the top of a figure window.
|