Error:SIMULINK CANNOT SOLVE ALGEBRAIC LOOP

11 views (last 30 days)
Heema
Heema on 23 Apr 2014
Simulink cannot solve the algebraic loop containing 'svpwm2/Subsystem2/Subsystem1/Gain1' at time 0.0008918388928568677 using the TrustRegion-based algorithm due to one of the following reasons: the model is ill-defined i.e., the system equations do not have a solution; or the nonlinear equation solver failed to converge due to numerical issues. To rule out solver convergence as the cause of this error, either a) switch to LineSearch-based algorithm using set_param('svpwm2','AlgebraicLoopSolver','LineSearch') b) reducing the VariableStepDiscrete solver RelTol parameter so that the solver takes smaller time steps. If the error persists in spite of the above changes, then the model is likely ill-defined and requires modification.

Answers (0)

Categories

Find more on Quadratic Programming and Cone Programming in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!