How to solve ODE with Simulink?

조회 수: 3 (최근 30일)
Pouya Jamali
Pouya Jamali 2011년 10월 19일
I have an Ordinary Differential Equation as follow: dv/dt-av^2-b=0 where a and b are constants how to solve this equation using Simulink?

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2011년 10월 19일
Your equation can be written as dv/dt=a*v*v+b.
Drag an Integrator block, the input is dv/dt, the output is v, use Constant block, Product block and Sum block to construct the equation and then you can run the simulation to solve the equation.
The solution is only numerical. You can vary the value of a, b and the initial value of v to see the effect.
  댓글 수: 2
Pouya Jamali
Pouya Jamali 2011년 10월 19일
I do that but the result is :
Derivative input 1 of 'test/Integrator' at time 0.78539826055126438 is Inf or NaN. Stopping simulation. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances)
What can I do with this error?
Fangjun Jiang
Fangjun Jiang 2011년 10월 19일
That probably means that based on your value of a, b, initial value of v and the simulation step size, the simulation is unstable, or it's a fact that the value of v is becoming ruminatively large. What is your a, b, initial v and simulation step size?

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

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by