Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
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)

Risposte (1)

M
M il 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.

Categorie

Scopri di più su Time and Frequency Domain Analysis in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by