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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How to plot the basin of attraction of attractors for a 3D chaotic system using MATLAB (such as the following Lorenz system)?

0 Kommentare
Antworten (1)
Umang Pandey
am 6 Okt. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Nonlinear Dynamics finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!