Help to resolve error

조회 수: 7 (최근 30일)
Nuno
Nuno 2011년 7월 12일
When i resolve this error in my model ModuloV1?
Unable to reduce the step size without violating a minimum step size of 2.4300569855820542E-012 at time 684.00023342227712 for model 'ModuloV1'.

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2011년 7월 12일
In your Simulink model, click menu Simulation>Configuration Parameters ... then select the "Solver" in the left column, you will see lots of parameters on the right. This is the place you set up many parameters for the solver, including Min and Max step size. You probably left all these be the default, which is fine. The error message indicates that Simulink tries to reduce step size but has reached the minimum which is 2.4E-12. This is already a very small step size, which indicates that your model might have a stability problem. Try select a different solver, or relax the relative tolerance. You can click the "Help" button on this parameter dialog to understand what all these parameters mean.

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by