설정 matlab 그림 크기

코드 예제

2
0

matlab 을 설정하는 방법 그림 크기 때문에 당신이 볼 수 있습니다 줄거리

h1=figure(1);
plot(t,y)
set(h1,'Position',[10 10 500 500])
0
0

설정 matlab 그림 크기

f1 = figure();
% plot what ever you want! 

% then put code below.
set(f1, 'Position', [10 10 width height]);

% width -> Distance between the right and left inner edges of the figure.
% height -> Distance between the top and bottom inner edges of the window.

비슷한 페이지

예제가있는 유사한 페이지

다른 언어로

이 페이지는 다른 언어로되어 있습니다

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................