How can I fit ay2 + bxy + cx + dy + e = x2
in MATLAB ? I have the values of the coefficients which I got using '\'. I need to plot the points and fit a curve for a regression problem. I think it should form an ellipse but I don't know how to do it.
Asked
Active
Viewed 221 times
0

Hello.World
- 720
- 8
- 22
-
1Define _fit the curve_. Do you have a cloud of points and want to minimize some discrepancy metric? – Luis Mendo Nov 09 '17 at 22:33
-
I have made the requested edits – Hello.World Nov 10 '17 at 00:41
-
Check (this question](https://stackoverflow.com/questions/47116977/how-can-i-fit-an-equation-which-is-not-a-function) and the links therein. – mikuszefski Nov 10 '17 at 15:03