phase portrait of MackeyGlass

2 ビュー (過去 30 日間)
Alkim Gokcen
Alkim Gokcen 2018 年 11 月 28 日
Hi all,
Im trying to sketch the phase portrait of Mackey-Glass equaiton. Im solving the equation iteratively but, not able to sketch phase portait. Any one can show me a way to do that? The code that equation is solved shown belew;
for i=1:1000
if i<=tao
x(i) = rand;
else
x(i) = x(i-1) + beta*x(i-tao)/(1+x(i-tao)^n) - ro*x(i-1);
end
end
Thank you for your time, regards..

回答 (0 件)

カテゴリ

Help Center および File ExchangeTime Series についてさらに検索

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by