Effacer les filtres
Effacer les filtres

Solve the system the differential equation with time-delays

5 vues (au cours des 30 derniers jours)
Hoang Vu Huy
Hoang Vu Huy le 4 Juil 2023
Commenté : Hoang Vu Huy le 5 Juil 2023
I want to solve a system with is vector at point t, is vector at point , A is a matrix.
I used to solve system without time-delay τ with ode45 and define
function dpdt = control_law(t,p)
dpdt = A*p;
end
However, I don't know how to define function with time-delay. Please give a hint, thanks.

Réponses (1)

Jason Nicholson
Jason Nicholson le 4 Juil 2023
Check out dde23. You need to write ddefun(t, y, Z).

Community Treasure Hunt

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

Start Hunting!

Translated by