Distance between points and ellipse

版本 1.4 (3.6 KB) 作者: Rody Oldenhuis
Compute the distances between an ellipse and an arbitrary number of points, in 3D
1.2K 次下载
更新时间 2020/5/2

The solution to the problem of calculating the distance between an ellipse and a point is less than straightforward. The problem can be solved analytically however, which boild down to solving a quartic equation in cos(f), with (f) the true anomaly on the ellipse.
This submission implements this and computes the distances between any 3-D ellipse and an arbitrary number of 3-D points.
This is part of:
Ik-Sung Kim: "An algorithm for finding the distance between two ellipses". Commun. Korean Math. Soc. 21 (2006), No.3, pp.559-567
See also my other submission, distanceEllipseEllipse.

引用格式

Rody Oldenhuis (2024). Distance between points and ellipse (https://github.com/rodyo/FEX-distancePointEllipse/releases/tag/v1.4), GitHub. 检索来源 .

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

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.4

See release notes for this release on GitHub: https://github.com/rodyo/FEX-distancePointEllipse/releases/tag/v1.4

1.3.0.0

Description update
[linked to Github]

1.2.0.0

Updated contact info

1.1.0.0

(1) Changed description (should've used the "preview" button..)
(2) Removed the ML 2009a/b tilde-syntax for better compatibility
(3) corrected small bug in the error handling (bracket bug)

1.0.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库