How to use ODE as a objective function in MATLAB for optimization -


i have ode equation:

d[ras]/dt = x1*[0.4]*[0.7] + (x2 + x3)*[0.013].  

now need optimize equation. how should represent equation in .m file use objective function optimization in matlab?

do need first solve ode or can use objective function?


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -