Curve Fitting an equation

1 回表示 (過去 30 日間)
Arjun Siddharth
Arjun Siddharth 2022 年 1 月 29 日
コメント済み: Arjun Siddharth 2022 年 2 月 4 日
Is it possible to curve fit Eqn 16) using the polyfit()/ polyval() function? If not, what is an easier way of doing so?
In my code, the values of "EI" and "L" are different, so that would cause a change in the fitted value, ie, Eqn 17).

回答 (1 件)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2022 年 1 月 29 日
You can try using a rational polynomial fit in this exercise if the variable x is also present in the denominator.
  1 件のコメント
Arjun Siddharth
Arjun Siddharth 2022 年 2 月 4 日
you mean just take the ratio and compute the value?

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

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by