| MATLAB Function Reference | Search  Help Desk |
| box | See Also |
Syntax
box on box off box
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.
Algorithm
Thebox function sets the axes Box property to on or off.
See Also
axes