What is the reason for this error
2 ビュー (過去 30 日間)
古いコメントを表示
While running the simulation, the given message appeared.
0 件のコメント
回答 (2 件)
Saurav
2024 年 10 月 4 日
The image you attached indicates that the simulation is terminating with an error, suggesting a potential singularity in the solution. This issue is quite common and can typically arise from one of the following reasons:
- Modeling Error: There might be an error in the model causing the equations to diverge.
- Large Step Size: The step size used in the simulation might be too large.
- Division by Zero: There could be an instance of division by zero in the calculations.
To effectively resolve this issue, consider referring to the following MATLAB discussions and resources:
- https://www.mathworks.com/matlabcentral/answers/853465-error-in-simulink-derivative-of-state-1-in-block-at-time-301-02267725-is-not-finite-the-simulat
- https://blogs.mathworks.com/simulink/2024/07/22/derivative-of-state-1-in-block-x-y-integrator-at-time-0-55-is-not-finite/
These resources provide insights and solutions to address the singularity issue in the simulation.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!