Parameter estimation of non linear differential equation

I have a non linear differential equation, I need to optimize its parameters.
temp=@(c,t)((1/V0)*(((1/R)*sin(t))+((1/R2)*cos(t))-c*((R+R2)/(R*R2))));
[t yNew]=ode45(temp,t,c0);
What is the best wat to estimate its parameters R and R2

답변 (0개)

카테고리

도움말 센터File Exchange에서 Simulink Design Optimization에 대해 자세히 알아보기

질문:

2019년 4월 17일

댓글:

2019년 4월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by