Date: Feb 7, 2013 4:30 PM Author: aniket Subject: how to implement ODE in SIMULINK ? I want to implement adaptive hopf oscillator in Simulink and the equations are first order coupled ordinary differential equation (ODE). How should i implement it ?
1 ) dx/dt = (mu-r^2)x - w*y +K*F
2) dy/dt = (mu-r^2)y + w*x
3) dw/dt = (-K*F)*(y/(sqrt(x^2+y^2)))