Azzera filtri
Azzera filtri

Plotting multiple graphs on each subplot

1 visualizzazione (ultimi 30 giorni)
AD
AD il 20 Gen 2021
Modificato: AD il 13 Lug 2021
NA

Risposta accettata

Cris LaPierre
Cris LaPierre il 20 Gen 2021
You are getting the second plot, but only one data point of it, so it's being plotted as a point. However, since you do ot specify a marker style, you will not be able to see it.
If you want to see a single point, specify a markerstyle.
If you want to see a line, specify more than one y value by specifying all columns of fit_temp
plot(x,fit_temp(i,:),'b-')

Più risposte (0)

Categorie

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

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by