how could i solve this ode system in simulink?
Mostrar comentarios más antiguos
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
2 comentarios
Walter Roberson
el 2 de Nov. de 2012
Please use better tags for this question see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
reza foodeh
el 2 de Nov. de 2012
Respuestas (1)
Ryan G
el 2 de Nov. de 2012
0 votos
Essentially, what you need to do is create the right hand side of the equations in blocks, and feed that will create Dx. Feed that into an integrator and the output of the integrator is x. Same thing for Dy and y.
The link above demonstrates how this is done visually.
Categorías
Más información sobre General Applications en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!