Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
Hassan Dehghani
Hassan Dehghani el 25 de Feb. de 2016
Respondida: M el 16 de Nov. de 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 comentario
mo hua
mo hua el 7 de Mzo. de 2017
You may try to use Simulink. The block "Algebraic constraint" may be helpful for you.

Iniciar sesión para comentar.

Respuestas (1)

M
M el 16 de Nov. de 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.

Categorías

Más información sobre Time and Frequency Domain Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by