필터 지우기
필터 지우기

Estimating parameters (ODE45 and fminsearch)

조회 수: 4 (최근 30일)
Murad Nazari
Murad Nazari 2018년 3월 12일
답변: Star Strider 2018년 3월 12일
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
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’?
Murad Nazari
Murad Nazari 2018년 3월 12일
I want to fit it to data by adjusting Ea and deltaH

댓글을 달려면 로그인하십시오.

답변 (1개)

Star Strider
Star Strider 2018년 3월 12일

카테고리

Help CenterFile Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by