Combine the subplot into a one plot

1 回表示 (過去 30 日間)
Jason
Jason 2016 年 4 月 5 日
回答済み: Azzi Abdelmalek 2016 年 4 月 5 日
I have a for-loop, in each loop, it will draw a plot. How can I combine those each plot in a big plot? I mean how to combine those 10 plot into a one plot?
for i = 1:10
...
subplot(1,2,1)...
subplot(1,2,2)...
...
end

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 4 月 5 日
Use hold on command

その他の回答 (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