필터 지우기
필터 지우기

Is it possible the Simulink solver make the stable system unstable?

조회 수: 3 (최근 30일)
waell telmesani
waell telmesani 2018년 7월 22일
편집: Aquatris 2018년 7월 22일
Hi, I have an inquiry about the solver. I'm simulating a microgrid system with using solver ode45 and the system is stable, but when I changed the solver to auto (continuous) the system becomes unstable. What does that mean? is it possible that the system is actually stable but choosing wrong solver make the system unstable?? Thanks

답변 (1개)

Aquatris
Aquatris 2018년 7월 22일
편집: Aquatris 2018년 7월 22일
It can. For instance when you choose variable step, different solvers might use different step sizes and for large step sizes the solution to ODE might be wrong. This is related to stability of ODE or PDE, and you can learn more by simple google search.

카테고리

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