I have a x,y and z which will calculate using Model dynamically, how to make a 3D plot for these values.

3 次查看(过去 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

采纳的回答

Aquatris
Aquatris 2018-6-29
In Matlab 3D plots can be created with the following function;
plot3(x,y,z)
  2 个评论
Aquatris
Aquatris 2018-7-2
I do not have knowledge about Lidar plots but apparently, Matlab has some built-in functionality that you might be able to use. You might want to look at this.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile 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!

Translated by