필터 지우기
필터 지우기

Curve Fitting an equation

조회 수: 2 (최근 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 CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by