Intersection point of lines in 3D space

版本 1.0.0.0 (1.6 KB) 作者: Anders Eikenes
Finding intersection point of lines in 3D space (two or more lines).
3.1K 次下载
更新时间 2012/6/15

查看许可证

Finding intersection point of lines in 3D space (two or more lines).
Will return point with the minimum sum of squared distances from point to lines (LSM-method, using pseudoinverse).

% PA : Nx3-matrix containing starting point of N lines
% PB : Nx3-matrix containing end point of N lines
% P_Intersect : Best intersection point of the N lines, in least squares sense.
% distances : Distances from intersection point to the input lines
% Anders Eikenes, 2012

引用格式

Anders Eikenes (2024). Intersection point of lines in 3D space (https://www.mathworks.com/matlabcentral/fileexchange/37192-intersection-point-of-lines-in-3d-space), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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