フィルターのクリア

simulate non linear system

2 ビュー (過去 30 日間)
massimiliano frasca
massimiliano frasca 2019 年 11 月 25 日
コメント済み: darova 2019 年 11 月 25 日
Cattura.PNG
how can I simulate (48)? usually I used the function lsim, but in this case I have only matrices A and B.
  1 件のコメント
darova
darova 2019 年 11 月 25 日
for k = 1:n-1
dx(k+1) = A*dx(k) + B*du(k) + d(k);
end

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeDynamic System Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by