I have a x,y and z which will calculate using Model dynamically, how to make a 3D plot for these values.
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Aquatris
2018 年 6 月 29 日
In Matlab 3D plots can be created with the following function;
plot3(x,y,z)
2 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!