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

2 次查看(过去 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 个)

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 CenterFile Exchange 中查找有关 Time and Frequency Domain Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by