フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

fitlm for ellipse fitting

1 回表示 (過去 30 日間)
Tina
Tina 2017 年 1 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have a matrix with x and y coordinates that resemble an ellipse. I would like to fit an ellipse through these coordinates using fitlm because of its robustness. I intend to use X = [x.^2, x.*y, y.^2, x, y] as the predictor variables but I don't know how to define the response variables. Can anyone help me with this? Is actually even possible to use both x and y as predictor variables in the form that I mentioned?

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by