General conic curve fit with constrained coefficients
조회 수: 10 (최근 30일)
이전 댓글 표시
Hello,
I would like to fit a set of xy points to a general conic equation of the form:
ax^2 + bxy + cy^2 +dx + ey + f = 0
where I need to constrain the coefficient "c" to zero. So I would like to fit:
ax^2 + bxy +dx + ey + f = 0
to determine the values of the coefficients.
I have tried:
but I cannot determine how to contrain the coefficient. It gives me a good fit, but the coefficient "c" is non-zero. The fit is not good if I plot it with the "c" coefficient set to zero.
댓글 수: 2
Matt J
2021년 3월 1일
It would be recommendable to attach a single.mat file containing your x,y data, so we can play with it.
tarek hussein
2023년 2월 21일
이동: Matt J
2023년 2월 21일
hello dear
how can i fit an ellipse from experimenta data(x and y vectors).. i really need to find the diameter of that ellipse.
채택된 답변
추가 답변 (1개)
Shadaab Siddiqie
2021년 3월 1일
From my understanding you want to create conic curve with constrained coefficients. Here is a similar question which might help you.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!