필터 지우기
필터 지우기

Open window in maximized size.

조회 수: 2 (최근 30일)
Richa Nayak
Richa Nayak 2013년 3월 23일
I am sub-plotting 40 images in a single window. Naturally the size of each image is very small. So I want to maximize the window size to full. please give the commands for the same s i cannot find any. Thank You.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 3월 23일
figure,
set(gcf,'position',get(0,'ScreenSize'));

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by