How to shift the origin of a Point Cloud

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