Borrar filtros
Borrar filtros

Plotting multiple graphs on each subplot

1 visualización (últimos 30 días)
AD
AD el 20 de En. de 2021
Editada: AD el 13 de Jul. de 2021
NA

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 20 de En. de 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-')
  1 comentario
AD
AD el 20 de En. de 2021
Thank you so much! Really appreciate it :)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by