Open up a full size figure window on 2nd display
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
Walter Roberson
2024년 2월 1일
You should add the option 'WindowState', 'maximized' or 'WindowState', 'fullscreen'
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!