Curve Fitting an equation
Show older comments

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).
Answers (1)
Sulaymon Eshkabilov
on 29 Jan 2022
0 votes
You can try using a rational polynomial fit in this exercise if the variable x is also present in the denominator.
1 Comment
Arjun Siddharth
on 4 Feb 2022
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!