Area of intersection of two ellipses

23 ビュー (過去 30 日間)
Paul Meyer
Paul Meyer 2020 年 4 月 1 日
コメント済み: Paul Meyer 2020 年 4 月 1 日
I have two defined ellipses (semi-major, semi-minor and orientation angle) that overlap each other. I'd like to find the largest ellipse that will fit within the intersection (the ellipse that most closely matches the area of the intersection region, like the red one). I'd need to define the red ellipse's semi-major, semi-minor and orientation angle.

採用された回答

KSSV
KSSV 2020 年 4 月 1 日
You can follow the below steps.
  1. For the two ellipses i.e get coordinates of both the ellipses. Let L1, L2 be your coordinates of both the ellipses.
  2. Use this function interx to get the the intersection points. This will give you four points. https://in.mathworks.com/matlabcentral/fileexchange/22441-curve-intersections?focused=5165138&tab=function
  3. Use this function to fit the ellipse. https://in.mathworks.com/matlabcentral/fileexchange/3215-fit_ellipse
  1 件のコメント
Paul Meyer
Paul Meyer 2020 年 4 月 1 日
I'll give this a try. Thanks.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by