how can I solve this question? I need help

2 件のコメント

Star Strider
Star Strider 2019 年 4 月 14 日
ahmet emin arslan
ahmet emin arslan 2019 年 4 月 14 日
Thanks ❤❤

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

回答 (1 件)

Stephan
Stephan 2019 年 4 月 13 日

1 投票

Have a read here:
Best regards
Stephan

5 件のコメント

ahmet emin arslan
ahmet emin arslan 2019 年 4 月 13 日
I saw this answer but I couldnot solve it
ahmet emin arslan
ahmet emin arslan 2019 年 4 月 13 日
Page*
Walter Roberson
Walter Roberson 2019 年 4 月 13 日
編集済み: Walter Roberson 2019 年 4 月 13 日
polyfit uses Vandermonde matrix to do the calculation, not least squares.
You require an 8th order polynomial and you have 9 input points. There are exact solutions for the fit (to within round-off) using techniques such as lagrange interpolating polynomial. Least squares is not one of those exact solution techniques, not unless you are using it in a degenerate sense.
I have to wonder, then, whether the question is expecting you to use curve fitting, or expecting you to construct a sum-of-squares residue function and minimize that function ?
ahmet emin arslan
ahmet emin arslan 2019 年 4 月 13 日
I should ask to teacher but I think it's expecting to use curve fitting
Walter Roberson
Walter Roberson 2019 年 4 月 14 日
fittype('poly8')

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

タグ

質問済み:

2019 年 4 月 13 日

コメント済み:

2019 年 4 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by