Info

この質問は閉じられています。 編集または回答するには再度開いてください。

time reversal plot in lorenz system

1 回表示 (過去 30 日間)
shiv gaur
shiv gaur 2022 年 2 月 26 日
閉鎖済み: Rik 2022 年 2 月 26 日
sigma = 10;beta = 8/3;rho = 28;f = @(t,a) [-sigma*a(1) + sigma*a(2); rho*a(1) - a(2) - a(1)*a(3); -beta*a(3) + a(1)*a(2)];[t,a] = ode45(f,[100 1],[1 1 1]); plot3(a(:,1),a(:,2),a(:,3))
set(gca,'XDir','reverse')
if we take time from 100 to 1 final postion be intial position
so you are req to plot the same

回答 (0 件)

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by