Intersection point of lines in 3D space

Finding intersection point of lines in 3D space (two or more lines).
3,2K Descargas
Actualizado 15 jun 2012

Ver licencia

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

Citar como

Anders Eikenes (2026). Intersection point of lines in 3D space (https://la.mathworks.com/matlabcentral/fileexchange/37192-intersection-point-of-lines-in-3d-space), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Polynomials en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0