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 views (last 30 days)
Show older comments
How to plot the basin of attraction of attractors for a 3D chaotic system using MATLAB (such as the following Lorenz system)?

0 Comments
Answers (1)
Umang Pandey
on 6 Oct 2023
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 Comments
See Also
Categories
Find more on Nonlinear Dynamics 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!