solve algebric loop error

回答 (1 件)

Sam Chak
Sam Chak 2025 年 3 月 7 日

0 投票

Hi Shabina,

The error suggests that you have incorrectly modeled the dynamic system, resulting in a singularity.

This is most likely due to the output value being fed back into the system equations. For example, if the system equation includes a term like tan(θ) and the initial output value is θ = π/2, running the simulation at time t = 0.0 will result in tan(π/2) = ∞, producing an infinite value.

Please check the system logic and governing equations.

カテゴリ

製品

リリース

R2024b

質問済み:

2025 年 3 月 7 日

回答済み:

2025 年 3 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by