필터 지우기
필터 지우기

How to shift the origin of a Point Cloud

조회 수: 3 (최근 30일)
Shaurab Show
Shaurab Show 2021년 4월 4일
편집: Image Analyst 2021년 4월 4일
Hi,
I am a beginner at Matlab and would like some suggestion regarding how to shift the origin of a point cloud to a desired point.
Thanks in advance.
PS: I looked into 'Plot3AxisAtOrigin' but it gives error of function not found.

채택된 답변

Image Analyst
Image Analyst 2021년 4월 4일
편집: Image Analyst 2021년 4월 4일
How about just adding a constant to the x and y vectors. Like to shift it by 5 in the x direction and 7 in the y direction
x = x + 5;
y = y + 7;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by