I am trying to simulate descriptor (singular) systems with time delays!
Show older comments
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 Comment
mo hua
on 7 Mar 2017
You may try to use Simulink. The block "Algebraic constraint" may be helpful for you.
Answers (1)
M
on 16 Nov 2017
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.
Categories
Find more on Interactive and Graphical Tuning in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!