필터 지우기
필터 지우기

Open up a full size figure window on 2nd display

조회 수: 3 (최근 30일)
KAE
KAE 2024년 2월 1일
댓글: KAE 2024년 2월 2일
I have a laptop and connect different external displays to it (just one external display at a time). I would like to open up a figure window that completely fills the external display. Will this do it, regardless of the resolution etc. of the external display?
f1 = figure('units', 'normalized', 'outerposition', [1 0 1 1]);
Just making sure I'm not missing anything.

채택된 답변

Walter Roberson
Walter Roberson 2024년 2월 1일
You should add the option 'WindowState', 'maximized' or 'WindowState', 'fullscreen'
  댓글 수: 1
KAE
KAE 2024년 2월 2일
Many thanks. This will really help my project.

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

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by