Distance from points to an ellipse

This function can calculate the geometric distance from one or more points to an ellipse in 2D.
ダウンロード: 1.4K
更新 2010/1/11

ライセンスの表示

This function uses a dumb search to find the minimum distance between a point (or many points) and an ellipse. It has controllable accuracy which may be reduced for faster computation.

*Update 12 Jan 2010: Rody Oldenhuis has submitted a version of this file (possibly only for versions >=Matlab 2009a) that works for general 3D ellipses and should be more efficient than this one. Please see acknowledgements below.

*Update 08 Jan 2010: fixed a bug in original file

引用

Matthew Arthington (2024). Distance from points to an ellipse (https://www.mathworks.com/matlabcentral/fileexchange/26261-distance-from-points-to-an-ellipse), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2008b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersComputational Geometry についてさらに検索
謝辞

ヒントを得たファイル: Distance between points and ellipse

ヒントを与えたファイル: Distance between points and ellipse

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.3.0.0

Added a link to point to a file that has been uploaded in response to my original description, which said that there exists a more efficient method than this, but it has not been implemented yet.

1.1.0.0

Fixed a bug in original file.

1.0.0.0