plotbrowser
(Removed) Show or hide the Plot Browser
plotbrowser
has been removed. Use inspect
to
launch the Property Inspector instead.
Description
plotbrowser
shows the Plot Browser plot tool on the current figure.
If no current figure exists, plotbrowser
creates one.
When you dock, undock, resize, or reposition a plot tool, MATLAB® restores that configuration when you invoke the tool for subsequent figures, both within and across MATLAB sessions. There is no command to reset a plotting tool to its original configuration.
plotbrowser(
changes the state of the
Plot Browser plot tool on the figure. For example, state
)plotbrowser("on")
shows the Plot Browser.
plotbrowser(
operates on
the specified figure instead of the current figure. The input fig
,___)fig
can
precede any of the input argument combinations in the previous syntaxes.