non linear fit of multiple data sets with recursive function
2 ビュー (過去 30 日間)
古いコメントを表示
Hello every one
I am in trouble with a fit because I am working with a recursive function and I am not able to write a code to correctly fit my data. Morover, I have to fit several data set at the same time.
The fitting function is:
, where
. In this expression,
. In essence, the functions τ and
are interconnected and I have no idea in which way write these two in my fitting code.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/653165/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/653170/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/653175/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/653180/image.png)
The perameters I want to know are:
while the quantities I know are
.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/653185/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/653190/image.png)
Do you have any idea on the way to write this code?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Linear and Nonlinear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!