Filter löschen
Filter löschen

Combine the subplot into a one plot

1 Ansicht (letzte 30 Tage)
Jason
Jason am 5 Apr. 2016
Beantwortet: Azzi Abdelmalek am 5 Apr. 2016
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

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 5 Apr. 2016
Use hold on command

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by