I have a x,y and z which will calculate using Model dynamically, how to make a 3D plot for these values.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Suresh S
am 29 Jun. 2018
Kommentiert: Aquatris
am 2 Jul. 2018
I have a x,y and z which will calculate using Model dynamically, how to make a 3D plot for these values. I tried for Surface and Mesh, it's not working out. My values are not a matrix. Could you support to make a 3D plot x-> Horizontal Angle y-> Vertical Angle z-> Depth (distance)
Thanks
Regards, Suresh.S
0 Kommentare
Akzeptierte Antwort
Aquatris
am 29 Jun. 2018
In Matlab 3D plots can be created with the following function;
plot3(x,y,z)
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!