Nonlinear iteration is not converging. Try reducing the minimum step size and/or relax the relative error tolerance.
15 次查看(过去 30 天)
显示 更早的评论
I am facing difficulty when running my Simulink model. I always get the error message:
- Nonlinear iteration is not converging with step size reduced to hmin (4.11468e-032) at time 1.15818e-017. Try reducing the minimum step size and/or relax the relative error tolerance.
The time after which the programm crashes seems to change with certain constants in my model.
So far I have tried changing minimal step size, relative error tolerance, Number of consecutive minimum steps, absolute error tolerance, relative error tolerance.
Setings are variable step size and atomatic solver.
I am grateful for any help solving the issue.
Thanks!
0 个评论
回答(2 个)
Chidvi Modala
2019-10-11
The error comes up when one of the signals in your model is diverging to plus or minus infinity or changing too rapidly based on the solver settings.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!