how to fit or plot a eclipse with data point

1 回表示 (過去 30 日間)
sou oscar
sou oscar 2020 年 1 月 8 日
コメント済み: sou oscar 2020 年 1 月 8 日
how to fit or plot a eclipse with these data point
Fit the above data points using an eclipse . display the center (x0, y0). Also plot the above points (using squares) and the fitted eclipse (using solid lines) in the same plot.
x=[ 2 4 5 2.5 -0.3 -0.9 1.2 ];
y=[ 10 7 1.5 -2 0.1 5.7 9.7 ];

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2020 年 1 月 8 日
編集済み: KALYAN ACHARJYA 2020 年 1 月 8 日
Interpolate 1D array for both x & y, then plot, Here interp1 function
  1 件のコメント
sou oscar
sou oscar 2020 年 1 月 8 日
could u show me the code ,i cant think of ?

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by