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

版本 1.0.0.0 (99.4 KB) 作者: Andreas Geissler
3 points in space and their distance to common points are given, which position is calculated.
418.0 次下载
更新时间 2013/1/2

查看许可证

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.

引用格式

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. 检索来源 .

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

Community Treasure Hunt

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

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