MATLAB Function Reference |
Syntax
figurepalette('show') figurepalette('hide') figurepalette('toggle') figurepalette(figure_handle,...)
Description
figurepalette('show')
displays the palette on the current figure.
figurepalette('hide')
hides the palette on the current figure.
figurepalette('toggle') or figurepalette
toggles the visibility of the palette on the current figure.
figurepalette(figure_handle,...)
shows or hides the palette on the figure specified by figure_handle
.
See Also
Figure Properties | fileattrib |
© 1994-2005 The MathWorks, Inc.