Converting 2D plots into a 3D plot
이전 댓글 표시
I have total 4 arrays.
waterdepth = [] (10 values)
velocities = [] (corresponding to the 10 values of depths)
time=[] (10 values)
velocities = []=(corresponding to the 10 values of time)
I am able to plot two graphs seperately but I want to show how velocity is changing with both waterdepth and time in a single 3D plot.... How can I plot one?
댓글 수: 2
Tommy
2020년 4월 20일
Do the values in waterdepth correspond in any way to the values in time?
Muhammad Arsal Akram
2020년 4월 20일
답변 (1개)
Jyotsna Talluri
2020년 4월 23일
0 개 추천
As you have 3 vectors waterdepth,time and velocities, you can plot a 3D scatter plot by making use of scatter3 function.
카테고리
도움말 센터 및 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!