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).

Antworten (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov am 29 Jan. 2022

0 Stimmen

You can try using a rational polynomial fit in this exercise if the variable x is also present in the denominator.

1 Kommentar

Arjun Siddharth
Arjun Siddharth am 4 Feb. 2022
you mean just take the ratio and compute the value?

Melden Sie sich an, um zu kommentieren.

Kategorien

Produkte

Version

R2020a

Gefragt:

am 29 Jan. 2022

Kommentiert:

am 4 Feb. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by