필터 지우기
필터 지우기

how could i solve this ode system in simulink?

조회 수: 1 (최근 30일)
reza foodeh
reza foodeh 2012년 11월 2일
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
Walter Roberson
Walter Roberson 2012년 11월 2일
reza foodeh
reza foodeh 2012년 11월 2일
i know,i did this,but at the end,the value of x & y become 0 !! i dont know why! because i think its a system of ode and in each of equation it have x and y

댓글을 달려면 로그인하십시오.

답변 (1개)

Ryan G
Ryan G 2012년 11월 2일
See the blog post about building odes in simulink.
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.

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by