closing figures with Ctrl+F4

조회 수: 9 (최근 30일)
yonathan nativ
yonathan nativ 2016년 8월 1일
답변: Jamie 2019년 11월 18일
closing a figure using Ctrl+F4 started pooping a 'save as' dialog, how do I stop this? (I started using R2016a)
  댓글 수: 1
Jamie
Jamie 2018년 7월 5일
I have this problem also and I haven't found a solution. It is extremely annoying.

댓글을 달려면 로그인하십시오.

답변 (1개)

Jamie
Jamie 2019년 11월 18일
I am also having this problem. Yes, it is extremely annoying.
In R2019a it appears to be somehow connected to the menu bar, and if I disable the menu bar, it suppresses the behavior.
This exhibits the problem:
f = figure;
imshow(ones(100));
(press Ctrl-F4)
This does not exhibit the problem:
f = figure('MenuBar', 'none');
imshow(ones(100));
(press Ctrl-F4)
Most of the time I can live without the menu bar, so this is an acceptable workaround.

카테고리

Help CenterFile Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by