23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Axes Properties<br />

2-110<br />

where left and bottom define the distance from the lower-left corner of the<br />

figure window to the lower-left corner of the rectangle. width and height are<br />

the dimensions of the rectangle. All measurements are in units specified by the<br />

Units property.<br />

When axes stretch-to-fill behavior is enabled (when DataAspectRatioMode,<br />

PlotBoxAspectRatioMode, CameraViewAngleMode are all auto), the axes are<br />

stretched to fill the Position rectangle. When stretch-to-fill is disabled, the<br />

axes are made as large as possible, while obeying all other properties, without<br />

extending outside the Position rectangle<br />

Projection {orthographic} | perspective<br />

Type of projection. This property selects between two projection types:<br />

• orthographic – This projection maintains the correct relative dimensions of<br />

graphics objects with regard to the distance a given point is from the viewer.<br />

Parallel lines in the data are drawn parallel on the screen.<br />

• perspective – This projection incorporates foreshortening, which allows you<br />

to perceive depth in 2-D representations of 3-D objects. Perspective<br />

projection does not preserve the relative dimensions of objects; a distant line<br />

segment displays smaller than a nearer line segment of the same length.<br />

Parallel lines in the data may not appear parallel on screen.<br />

Selected on | off<br />

Is object selected. When you set this property to on, <strong>MATLAB</strong> displays selection<br />

“handles” at the corners and midpoints if the SelectionHighlight property is<br />

also on (the default). You can, for example, define the ButtonDownFcn callback<br />

routine to set this property to on, thereby indicating that the axes has been<br />

selected.<br />

SelectionHighlight {on} | off<br />

Objects highlight when selected. When the Selected property is on, <strong>MATLAB</strong><br />

indicates the selected state by drawing four edge handles and four corner<br />

handles. When SelectionHighlight is off, <strong>MATLAB</strong> does not draw the<br />

handles.<br />

Tag string (GUIDE sets this property)<br />

User-specified object label. The Tag property provides a means to identify<br />

graphics objects with a user-specified label. This is particularly useful when<br />

constructing interactive graphics programs that would otherwise need to

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!