How to plot the basin of attraction of attractors for a 3D chaotic system using MATLAB (such as the following Lorenz system)? Thank you very much.
9 ビュー (過去 30 日間)
古いコメントを表示
How to plot the basin of attraction of attractors for a 3D chaotic system using MATLAB (such as the following Lorenz system)?

0 件のコメント
回答 (1 件)
Umang Pandey
2023 年 10 月 6 日
Hi Quanyv,
I understand that you want to plot the basin of attractors in 3D for Lorenz system.
You can refer to the following File Exchange submission for this:
The function "domi" is solving the Lorenz system of differential equations using the ode45 solver from MATLAB. It takes in initial conditions (xo,yo,zo) and time span T for the solver as input and returns time vector 't' and the solution matrix 'Y'.
The “lorenz.m” script in simulating and plotting the trajectories of the Lorenz system for specified initial conditions.
Best,
Umang
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Nonlinear Dynamics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!