From: Vyjayanthi A on
Hi,
Can any one explain how can I use fminsearch and ode functions in the same m-file.
I have to solve nonlinear equations (which is 6 equations with 6 unkowns) ,then the values I obtain from the above equations will be used in the differential equations.
As these equations are in the loop, for the second iteration the values from the differential equation has to be used in nonlinear equations.
Can any one please help me where to define fminsearch in this kind of program.
Thank you