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 - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -