设置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
..................................................................................................................