I am trying to simulate descriptor (singular) systems with time delays!

6 ビュー (過去 30 日間)
Hassan Dehghani
Hassan Dehghani 2016 年 2 月 25 日
回答済み: M 2017 年 11 月 16 日
I am trying to simulate descriptor (singular) systems with time delays, but I don't know how. I checked dde23, but no hope. Any ideas?
the system is as follows,
EXdot(t)=AX(t)+BX(t-Tau)
  1 件のコメント
mo hua
mo hua 2017 年 3 月 7 日
You may try to use Simulink. The block "Algebraic constraint" may be helpful for you.

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

回答 (1 件)

M
M 2017 年 11 月 16 日
You can define your system using the
dss
function and specify the delay with the specific option and then use
lsim
to simulate your model.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by