Simulink Problem: Derivative input is Inf
12 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I face a Simulink problem at the input of the integration block, which is:
Derivative input 1 of 'diode4_1_test/Integrator' at time 0.00050002112037682831 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)
However,the input of the integration block is not infinity according the scope. I also tried to put saturation block at the input, but the problem also exists.
Thank you!
1 件のコメント
Jordan Monthei
2013 年 5 月 9 日
It would be helpful to see what sort of system you are trying to run as well as what is seen on the scope to have a better understanding of your problem.
採用された回答
Guy Rouleau
2013 年 5 月 9 日
Use the Simulink debugger to identify where the Inf or NaN originates. There is a "NaN" breakpoint.
その他の回答 (1 件)
Brahim MOUDOUD
2019 年 10 月 7 日
Hi,
I had the same problem for the integrator
Derivative of state '1' in block '..../integrator' at time 4.4501477170144018E-309 is not finite. The simulation will be stopped. 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)
Thank you .
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!