필터 지우기
필터 지우기

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

조회 수: 2 (최근 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
Suresh S
Suresh S 2018년 7월 2일
Thank you. But I want to plot the Lidar signal.I am using 2016b Matlab. any suggestion for Lidar plot(Laser Signal)
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에서 Labeling, Segmentation, and Detection에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by