Solving time shifted differential equations
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
In my efforts to model traffic flow something that is interesting to consider is reaction time. I was looking at trying to model a differential equation of the form :
d^2 x1( t + T ) = (x2(t)-x1(t))
dt^2
Where x1 is car 1, x2 is car 2, and T is the reaction time of car 1. I have not had any luck in solving this type of shifted time differential equation in Matlab.
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations 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!