Algebraic loop error - Simulink
Mostrar comentarios más antiguos
Hi, I was wondering if anyone could help.
Respuestas (1)
Paul
el 17 de Mayo de 2023
0 votos
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?
Categorías
Más información sobre Modeling en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!