Bifurcation diagram for the Rossler system (local maxima)
Version 1.0.1 (2,11 KB) von
Lazaros Moysis
Compute the bifurcation, or continuation, diagram for the Rossler chaotic system through the local maxima method
This code can be used to compute the bifurcation diagram for the Rossler chaotic system using the local maxima method.
This is alternative method to plotting the points of intersection with a given plane. Here, we only compute the local maxima of a chosen state, and plot them.
The diagram is generated by simulating the system from fixed initial conditions, and after discarding the transient, finding the local peaks of a given state.
The code can be easily adapted to compute a continuation diagram, where after each simulation, the initial condition is set equal to the final value of the previous simulation.
The code can also be easily adapted to any chaotic system, not just the Rossler. What you need to do is replace the lorenz call in the ode45 with any chaotic system of your choice.
For the classic method to generate the bifurcation diagram, see the video below
Zitieren als
Lazaros Moysis (2024). Bifurcation diagram for the Rossler system (local maxima) (https://www.mathworks.com/matlabcentral/fileexchange/158091-bifurcation-diagram-for-the-rossler-system-local-maxima), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2023b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Quellenangaben
Inspiriert von: Bifurcation diagram for the Rossler Chaotic system
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.1 | fixed typos |
||
1.0.0 |