How to solve delay differential equation in matlab?

2 ビュー (過去 30 日間)
SHUAB KHAN
SHUAB KHAN 2017 年 9 月 5 日
編集済み: SHUAB KHAN 2017 年 9 月 5 日
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...

回答 (0 件)

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by