सेट 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
..................................................................................................................