MATLAB Function Reference |
Syntax
Description
plottools('on')
displays the Figure Palette, Plot Browser, and Property Editor on the current figure.
plottools('off')
hides the Figure Palette, Plot Browser, and Property Editor on the current figure.
plottools
with no arguments, is the same as plottools('on')
plottools(figure_handle,...)
displays or hides the plot tools on the specified figure instead of the current figure.
plottools(...,'
operates on the specified tool only. tool
')
tool
can be one of the following strings:
See Also
figurepalette
, plotbrowser
, propertyeditor
plotmatrix | plotyy |
© 1994-2005 The MathWorks, Inc.