How can I remove buttons on the figure toolbar within MATLAB?

2 views (last 30 days)
I would like to be able to remove buttons such as the "new file" or "new figure" button from the toolbar.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
For MATLAB 7.0 (R14) and all subsequent releases, refer to the Related Solution linked at the bottom of the page.
For product releases prior to MATLAB 7.0 (R14):
If you would like to remove the entire figure toolbar (all buttons), execute the following commands to open a new figure window and remove the toolbar:
fig = figure
set(fig,'Toolbar','none')
This removes the entire toolbar and not specific buttons.

More Answers (0)

MathWorks Support

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!