how to plot line profiles in 3D
이전 댓글 표시
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
답변 (3개)
Sean de Wolski
2011년 12월 12일
mesh will do that with the appropriate settings.
doc mesh
John
2011년 12월 12일
댓글 수: 1
Sean de Wolski
2011년 12월 12일
plot(x,y1,'b-',x,y2,'r--')
x/y1 will be a blue and solid, x/y2 will be red dashed
카테고리
도움말 센터 및 File 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!