Borrar filtros
Borrar filtros

What function in Matlab is equivalent to the block in Simulink "Transport Delay"?

2 visualizaciones (últimos 30 días)
I want to use a delay function that does exactly what the block in Simulink "Transport Delay" does. I tried to use the function "delayseq" but that requires sampling frequency along the time delay. Any idea? Thanks in advance
  2 comentarios
Walter Roberson
Walter Roberson el 28 de Mzo. de 2017
What is the input that is to be delayed? What does your code use as its clock?
Ismaeel
Ismaeel el 28 de Mzo. de 2017
Editada: Ismaeel el 28 de Mzo. de 2017
Hi Walter, thanks for your reply. I use ode15s for solving DAEs system. I have one of the states (only one of them, the rest of states don't include any delay) needs to be delayed by a certain amount of time. The clock is the time that ode15s handles as an output, so I am not using the time variable directly but the states in DAEs are functions of time.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 28 de Mzo. de 2017
ode15s is the wrong function for solving delay differential equations. Have a look at https://www.mathworks.com/help/matlab/delay-differential-equations.html
  1 comentario
Ismaeel
Ismaeel el 1 de Abr. de 2017
Editada: Ismaeel el 1 de Abr. de 2017
Thanks Walter, I have been working on the problem using the function you suggested (dde23 or ddesd) but I realized that these solvers can not solve stiff delay DAEs problems even when I give a very small amount of delay (1e-15). The problem can be solved easily without delay using ode15s function. I hope Mathworks works on stiff delay DE for the future versions of Matlab.

Iniciar sesión para comentar.

Categorías

Más información sobre General Applications en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by