Nonlinear least-squares fitting of curve described by PDEs
1 次查看(过去 30 天)
显示 更早的评论
Hi people. I would like to fit a curve described by a system of two 2nd degree partial differential equations (PDEs) using lsqnonlin. While it is simple to write your anonymous function when you have a single equation for your model, how can you do it when you have a system of PDEs, which do not have an analytic solution for the parameter of interest (the one to be fitted on the experimental data)? The PDEs have a number of free variables for which I would like to get the values that best fit the data. I could also try a better method than lsqnonlin, if there is one. Thanks
0 个评论
回答(1 个)
Torsten
2017-7-20
Although the description here is for ODEs, it can easily be adopted for PDEs:
https://de.mathworks.com/matlabcentral/answers/43439-monod-kinetics-and-curve-fitting
Best wishes
Torsten.
4 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Boundary Conditions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!