Skip to content

This Matlab script & simulink defines Lorenz Attractor as it well known by chaotic system, it can be used for a lot of applications like cryptography and many more

License

omdxp/Lorenz-Attractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorenz Attractor

This Matlab script & Simulink defines Lorenz Attractor as it well known by chaotic system, it can be used for a lot of applications like cryptography and many more.

Summary

  • You can run either from a Matlab script Lorenz.m or from Simulink Lorenz.slx.
  • To change parameters for Lorenz Attractor (rho, r and b) open fct5.m and modify them.
  • To use Simulink you have to define parameters rho, r and b from command window or from workspace.
  • Once simulation is done after running Lorenz.slx you'll get all state variables x, y and z; you can plot them together to see the phase portrait by the following command :
plot3(x, y, z);

About

This Matlab script & simulink defines Lorenz Attractor as it well known by chaotic system, it can be used for a lot of applications like cryptography and many more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages