Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
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

Akzeptierte Antwort

Aquatris
Aquatris am 29 Jun. 2018
In Matlab 3D plots can be created with the following function;
plot3(x,y,z)
  2 Kommentare
Suresh S
Suresh S am 2 Jul. 2018
Thank you. But I want to plot the Lidar signal.I am using 2016b Matlab. any suggestion for Lidar plot(Laser Signal)
Aquatris
Aquatris am 2 Jul. 2018
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Labeling, Segmentation, and Detection finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by