MATLAB Function Reference |
Syntax
Description
box on
displays the boundary of the current axes.
box off
does not display the boundary of the current axes.
box
toggles the visible state of the current axes boundary.
box(axes_handle,...)
uses the axes specified by axes_handle
instead of the current axes.
Algorithm
The box
function sets the axes Box
property to on
or off
.
See Also
Axes Operations for related functions
blkdiag | break |
© 1994-2005 The MathWorks, Inc.