Converting 2D plots into a 3D plot
Afficher commentaires plus anciens
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 commentaires
Tommy
le 20 Avr 2020
Do the values in waterdepth correspond in any way to the values in time?
Muhammad Arsal Akram
le 20 Avr 2020
Réponses (1)
Jyotsna Talluri
le 23 Avr 2020
0 votes
As you have 3 vectors waterdepth,time and velocities, you can plot a 3D scatter plot by making use of scatter3 function.
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!