how to plot line profiles in 3D
Mostrar comentarios más antiguos
Hi,
Could someone please advise me how I can plot this graph in matlab?
This graph just displays 45 profiles side by side and displayed in 3D. Velocity is on Y axis and time is on the x axis.
This is a 2D example
I would really appreciate the help.
Thank you
Respuestas (3)
Sean de Wolski
el 12 de Dic. de 2011
mesh will do that with the appropriate settings.
doc mesh
John
el 12 de Dic. de 2011
1 comentario
Sean de Wolski
el 12 de Dic. de 2011
plot(x,y1,'b-',x,y2,'r--')
x/y1 will be a blue and solid, x/y2 will be red dashed
John
el 13 de Dic. de 2011
0 votos
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!