Algebraic loop error - Simulink
Afficher commentaires plus anciens
Hi, I was wondering if anyone could help.
Réponses (1)
Paul
le 17 Mai 2023
0 votes
Hi John,
The model equations as implemented are:
(1) actual_height = new_height
(2) new_height = displacement + actual_height
Or
(3) actual_height = dispslacement + actual_height
which is the algebraic loop.
Is that what the equations should be?
Catégories
En savoir plus sur Modeling dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!