Using loops for simulation in Simulink

1 回表示 (過去 30 日間)
James Murray
James Murray 2014 年 3 月 24 日
コメント済み: James Murray 2014 年 3 月 24 日
Hello
I have a Simulink model that does arithmetic to calculate value "B". I would like to make use of this value "B" and subtract it from the initial value "A" used in the model. I would like to then use this new calculated value of "A" to do rest of the simulation. When I try to do this by connecting the blocks, I get an error message saying:
"Simulink cannot solve the algebraic loop containing 'Combined/Angle Calculation' at time 0.01 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('Combined','AlgebraicLoopSolver','LineSearch') b) reducing the ode45 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."
Please help

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 3 月 24 日
add a unit delay block to your simulink model just after the calculation of A, you can set the initial value of this block.
  1 件のコメント
James Murray
James Murray 2014 年 3 月 24 日
Thank you. This worked :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeneral Applications についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by