How to put 3 figures in 1 frame/screen?

hello guys!! i want to put 3 figures in frame,i mean the 3 figures must be fixed in 1 place,anyone can help me,thank..

Réponses (1)

the cyclist
the cyclist le 5 Déc 2011
Is this what you mean?
figure
subplot(3,1,1), plot(1:10)
subplot(3,1,2), plot(2:11)
subplot(3,1,3), plot(3:12)

Tags

Question posée :

le 5 Déc 2011

Community Treasure Hunt

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

Start Hunting!

Translated by