Triangulation: Calculate the 4th point(s) of a tetreder

3 points in space and their distance to common points are given, which position is calculated.
418 Downloads
Updated 2 Jan 2013

View License

3 points in space and their distance to common points are given, which position is calculated.
Calculation is based upon an linear algebra method.

Example:
p1=[0,0,0]; p2=[1,0,0]; p3=[1,1,0]
[p4a,p4b]=triangu3D(p1,p2,p3,10,10.2,10.4);
disp([p4a;p4b]);

Function can be used for triangulation problems or GPS-simulation.

Cite As

Andreas Geissler (2024). Triangulation: Calculate the 4th point(s) of a tetreder (https://www.mathworks.com/matlabcentral/fileexchange/39682-triangulation-calculate-the-4th-point-s-of-a-tetreder), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R10
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Delaunay Triangulation in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0