Azzera filtri
Azzera filtri

Combine the subplot into a one plot

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 5 Apr 2016
Use hold on command

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by