How to plot multiple graphs in multiple rows in one grap

4 ビュー (過去 30 日間)
Moe
Moe 2015 年 6 月 17 日
編集済み: Azzi Abdelmalek 2015 年 6 月 17 日
I have several graphs that I'm using subplot command line to get all of them in one figure. However, all of them will be sequenced in one row (very tidy together). Is there any way that i can have more than 1 row. For example, 3 graphs in firs row (top) and 3 graphs in second row (down)?

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 6 月 17 日
編集済み: Azzi Abdelmalek 2015 年 6 月 17 日
subplot (2,1,1)
plot (x1,y1, x2,y2,x3,y3)
subplot (2,1,2)
plot (x4,y4,x5,y5, x6,y6)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by