I am trying to simulate descriptor (singular) systems with time delays!
4 次查看(过去 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!