How to solve delay differential equation in matlab?

2 views (last 30 days)
I want to solve multi delay differential equation in matlab and want to plot y1 vs y2 and y vs t using matlab, but facing some problems using dde tools. Equation is
y1(t) = -y1(t) + btanh(y1(t-T1)) + a1tanh(y2(t-T2));
y2(t) = -y2(t) + btanh(y2(t-T1)) + a2tanh(y1(t-T3));
where T1, T2 , T3 are delays(Tau) and a1 a2 b are some constants;
Help me to solve this one...

Answers (0)

Categories

Find more on Function Creation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!