Data fitting using implicit functions and infinite series

How to use this equation for data fitting?
J/J∞ is dependent variable,t is independent variable,L, DL is constant,and k is parameters to be fitted.

답변 (1개)

Torsten
Torsten 2023년 12월 11일
편집: Torsten 2023년 12월 11일

1 개 추천

Depending on the number of series terms you want to use in the evaluation of J, determine the roots of the nonlinear equation tan(...) = ... (e.g. using "fzero" several times).
Then use the k-value from the solver (e.g. lsqcurvefit) to evaluate the series at your measurement data vector t and return the calculated values for J (or J/J_inf) to the solver.

카테고리

도움말 센터File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

제품

질문:

诣
2023년 12월 11일

편집:

2023년 12월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by