Algebraic loop error - Simulink
5 ビュー (過去 30 日間)
古いコメントを表示
Hi, I was wondering if anyone could help.
0 件のコメント
回答 (1 件)
Paul
2023 年 5 月 17 日
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?
2 件のコメント
Paul
2023 年 5 月 17 日
Adding a delay somewhere between 'actual height' and 'new height' will remove the algebraic loop. But it's probabably an indication that something isn't being modeled correctly in the first place.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!