I am trying to simulate descriptor (singular) systems with time delays!
6 ビュー (過去 30 日間)
古いコメントを表示
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
2017 年 3 月 7 日
You may try to use Simulink. The block "Algebraic constraint" may be helpful for you.
回答 (1 件)
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!