Help with Mackey Glass in Simulink
Hello, I am new to simulink and Matlab. I am trying to simulate the Mackey-Glass equation with Simulink. The equation is :
dx(t)/dt = 0.2 (x(t-tau)/1 + x^10(t-tau)) -0.1x(t) where: x(0)=1.5 and tau=17
I did it in Matlab but i do not know who arrange the bloks in the correct order.
I know I need to take the derivative of y, integrate to generate y and generate the equivalent of the derivative to put at the input of the integrator.
Any help is greatly appreciated.
Thank you,
Antonio
dx(t)/dt = 0.2 (x(t-tau)/1 + x^10(t-tau)) -0.1x(t) where: x(0)=1.5 and tau=17
I did it in Matlab but i do not know who arrange the bloks in the correct order.
I know I need to take the derivative of y, integrate to generate y and generate the equivalent of the derivative to put at the input of the integrator.
Any help is greatly appreciated.
Thank you,
Antonio
0