Best fit of ellipse equation to given data
조회 수: 17(최근 30일)
표시 이전 댓글
Hello everyone,
For the given ellipse equation denoted as follows:

with additional parameters of mc and PIc to include a rotation of the ellipse:

I need to find
- a and b (semi-major and semi-minor axes),
- y0 and x0 (center coordinates), and
- theta(rotation angle)
to have best fitted ellipse into my data which is give in the form of PI = f(m) with around 5-8 test points per dataset.
Given the fact that my data has various shapes I do not expect the ellipse to be very precise, but still I would like the best I can get out of this method. I have tried to achieve that with Curve Fitting app, using Custom Equation option, but the equation I have put into it was too complex (some errors occurred).
Can you please advice, what would be the most convenient way to achieve my goal?
Kind Regards
댓글 수: 0
채택된 답변
Bruno Luong
2020년 12월 27일
There is one implementation I posted here
댓글 수: 5
Bruno Luong
2021년 1월 12일
"Just to assure myself:
- "radii" contains semi-major and semi-minor axes;
- "xc" and "yc" are center points;
- "U" contains trygonometric functions of rotation angle;
Is that correct?"
Yes, you correctly understand.
추가 답변(0개)
참고 항목
범주
Find more on Get Started with Curve Fitting Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!