Plotting multiple graphs on each subplot

 採用された回答

Cris LaPierre
Cris LaPierre 2021 年 1 月 20 日

0 投票

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-')

1 件のコメント

AD
AD 2021 年 1 月 20 日
Thank you so much! Really appreciate it :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

製品

質問済み:

AD
2021 年 1 月 20 日

編集済み:

AD
2021 年 7 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by