Get algebraic loops error in one computer and not get it in another

1 view (last 30 days)
Do you know how is possible that i get an algebraic loop error in one pc and in another pc the simulink model work perfectly?
The two computer are running the same version of matlab (R2020a)
(I'm sorry for my bad english, I'm italian)

Accepted Answer

Jonas
Jonas on 30 Oct 2020
You may want to fiddle with the Configuration Parameters, more specifically your Solver Settings. You are simulating a Simulink model where probably you are solving some kind of equation. This solving needs a few iterations to meet a maximum error. Can be that on the one computer (which is faster) you reach convergence with the maximum error on time, while on the other (slower) computer you don't meet the maximum error on time and it throws an algebraic loop error because it didn't reach convergence on time.

More Answers (0)

Categories

Find more on General Applications in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!