MATLAB Function Reference |
Show or hide figure plotbrowser
Syntax
Description
plotbrowser('on')
displays the Plot Browser on the current figure.
plotbrowser('off')
hides the Plot Browser on the current figure.
plotbrowser('toggle') or plotbrowser
toggles the visibility of the Plot Browser on the current figure.
plotbrowser(figure_handle,...)
shows or hides the Plot Browser on the figure specified by figure_handle
.
See Also
plot3 | plotedit |
© 1994-2005 The MathWorks, Inc.