Parameter estimation for a dynamic nonlinear differential equation model
이전 댓글 표시
I have a dynamic model with 10 different variables varying with time. I have theoretical differential equations for all the variables but the constants/parameters in the model are unknown. I have a data of values of 4 out of 10 variables at 5 different time points. I have to fit this data with the model. What MATLAB function/tool should I use to get the parameters of this model?
답변 (1개)
Star Strider
2014년 6월 21일
1 개 추천
See if the situation and answer described in Monod kinetics and curve fitting matches what you want. It estimates parameters in a differential equation system by integrating the differential equation and using one of the curve-fitting functions (here lsqcurvefit) to fit the integrated differential equation to data.
카테고리
도움말 센터 및 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!