Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ode in simulink

1 view
Skip to first unread message

reza foodeh

unread,
Nov 2, 2012, 10:39:08 AM11/2/12
to
hi
how could i solve this system in simulink?

Dx=(1-(x^2+y^2)^0.5)*x -y
Dy=(1-(x^2+y^2)^0.5)*y +x

Phil Goddard

unread,
Nov 3, 2012, 12:41:12 AM11/3/12
to
Get 2 continuous time integrators.
Label the input to one of the Dx and the other Dy.
Label the corresponding outputs x and y.

Then get appropriate blocks from the Math library to take x and y to form the 2 required equations feeding the result into the relevant integrator.
Set initial conditions and simulate, using Scope blocks (from the Sinks library) to views the signals.

Phil.
0 new messages