How to remove the blue toolbar around the MATLAB figure.

8 views (last 30 days)
I need to remove the blue toolbar around the MATLAB figure.
I was using:
figure('toolbar','none')
but it is removing the menubar underneath the bluebar.
I have read other posting but no success.
Thanks, Amanda

Accepted Answer

Matt Fig
Matt Fig on 21 Nov 2012
figure('menubar','none')
  1 Comment
KAE
KAE on 7 Apr 2022
https://www.mathworks.com/matlabcentral/fileexchange/50111-undecoratefig-remove-restore-figure-border-and-title-bar

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!