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

11 Ansichten (letzte 30 Tage)
Hassan Dehghani
Hassan Dehghani am 25 Feb. 2016
Beantwortet: M am 16 Nov. 2017
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 Kommentar
mo hua
mo hua am 7 Mär. 2017
You may try to use Simulink. The block "Algebraic constraint" may be helpful for you.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Kategorien

Mehr zu Time and Frequency Domain Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by