Estimating parameters (ODE45 and fminsearch)
3 ビュー (過去 30 日間)
古いコメントを表示
I have been trying to estimate two parameters (Ea, deltaH) in the following ODE using Ode5 and fminsearch but couldn't find a way to do it.Ea, R, rho, cp are known parameters. I have set of recorded data and I want deltaH and Ea such that the T estimated from ODE should be as close as possible to my data. Any help will be appreciated.
dT/dt = (exp(Ea/R*T)*deltaH/rho*cp)
2 件のコメント
Star Strider
2018 年 3 月 12 日
Are you fitting your differential equation to data or do you want to optimise it with respect to ‘Ea’ and ‘deltaH’?
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!