Remove menubar from a figure BUT leaving the toolbar
조회 수: 14 (최근 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!