Main Content
removeToolbarExplorationButtons
Remove data exploration buttons from figure toolbar
Description
removeToolbarExplorationButtons(
removes
any data exploration buttons from
the figure toolbar of the specified figure. fig
)
In R2018b, the data exploration buttons were moved from the figure toolbar to the axes
toolbar. In most cases, you do not need to use this function. However, if you have code that
relies on the buttons appearing in the figure toolbar, you can use the
addToolbarExplorationButtons
and
removeToolbarExplorationButtons
functions to control the appearance
of the buttons in the figure toolbar.
Examples
Input Arguments
More About
Version History
Introduced in R2018a