how to solve algebraic loop problem?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
how to solve this problem?
Antworten (1)
Ankush Aher
am 26 Mai 2023
To solve the algebraic loop error use Simulink unit delay block.
Algebraic loop error comes when you connect the output to input without using delay.
So, when simulation starts for the first time step system dont have value for the output which is connected to input so unit delay block required.
Check the inputs to the enabled block v2fh and xs^.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Simulink Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!