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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-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