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 visualizaciones (últimos 30 días)
How to plot the basin of attraction of attractors for a 3D chaotic system using MATLAB (such as the following Lorenz system)?

Respuestas (1)

Umang Pandey
Umang Pandey el 6 de Oct. de 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

Categorías

Más información sobre Nonlinear Dynamics en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by