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 ExchangeLinear 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