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일

0 개 추천

Interpolate 1D array for both x & y, then plot, Here interp1 function

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

태그

질문:

2020년 1월 8일

댓글:

2020년 1월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by