MATLAB: Do I get an Algebraic Loop error when I do not have any algebraic loops in Simulink 6.0 (R14)

algebraicatomicdirectfeedthroughloopr14simulinksubsystem

I have a model containing two atomic subsystems that give feedback to each other. However, one of the subsystems does not have direct feed-through (all outputs go through unit delay blocks). Simulink still reports this as an algebraic loop.

Best Answer

This is due to the way Simulink detects Algebraic Loops involving atomic subsystems. Please turn on "Minimize algebraic loop occurrences" in the Subsystem properties dialog for atomic subsystems without direct feed through.
For more information regarding this, please refer to the following technical solution:
MathWorks - 1-17XUV: Why does converting my subsystem to a S-function with the Real-Time Workshop introduce an algebraic loop?