필터 지우기
필터 지우기

Display figure on screen

조회 수: 1 (최근 30일)
David Epstein
David Epstein 2019년 5월 1일
댓글: Walter Roberson 2019년 5월 1일
After I run my program, I have to click on the Window menu at the top of my screen, and select Figure 1.
Figure 1 then displays on the screen. This figure is produced using imshow.
How can I achieve this programmatically (that is, within my program), without the irritation of extra clicks?
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 5월 1일
fig1 = figure(1);
set(fig1, 'WindowStyle', 'normal');

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by