Plotting multiple graphs on each subplot

조회 수: 1 (최근 30일)
AD
AD 2021년 1월 20일
편집: AD 2021년 7월 13일
NA

채택된 답변

Cris LaPierre
Cris LaPierre 2021년 1월 20일
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개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by