Transform Points

版本 1.0.0.0 (1.4 KB) 作者: James West
transform 3d points from one reference frame to another
564.0 次下载
更新时间 2010/8/31

查看许可证

This function will take two transformation matrices and transform from tr1 to tr2 converting all the points from frame 1-->2

Use: pointsOut = fcn_transformPoints(trOrigin[4x4],trDestination[4x4], pointsToBeMoved[mx3])
tr1 and tr2 are in the form of [1 0 0 0; [Posx Posy Posz], unitx' unity' unitz']

Note: This will only work on a 3 dimensional data set

引用格式

James West (2024). Transform Points (https://www.mathworks.com/matlabcentral/fileexchange/28607-transform-points), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Cartesian Coordinate System Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0