Remove menubar from a figure BUT leaving the toolbar
15 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to remove the menubar (in red below) from a figure without remove the little toolbar (in blue)?
Using
set(gcf, 'MenuBar', 'none');
removes m both.
0 件のコメント
回答 (1 件)
Jan
2022 年 5 月 6 日
You mention the toolbar of the axes. This should not disappear if you remove the toolbar of the figure.
Which Matlab version are you using? You can control the behavior of the axes toolbars:
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!