Error while running Simulink
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi I encountered the Following error when i tried simulating a basic stepper motor Circuit. Is there any way to solve it?
Trouble solving algebraic equations in differential-algebraic system. Singular iteration matrix encountered with step size 3.3203915450030131E-9 at time 0.0. Try tightening the error tolerances. If the problem persists, check the model structure and values of parameters.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159029/image.png)
댓글 수: 0
답변 (1개)
Joel Van Sickel
2023년 10월 13일
This happens when a model has extermely small time constants or challenging equations to solve. That usually means the model isn't realistic enough yet for the solver to deal with. In your case, the most likely scenario would be a parameterization of the motor or the stepper driver block. Are you able the share the model instead of a screen shot?
Here is a simple example that is close to what you are doing that should work: https://www.mathworks.com/help/sps/ug/stepper-motor-with-control.html
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!