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
Post a Comment