项目作者: Getscriptall

项目描述 :
This Matlab code is used to find the Henon chaotic map values.
高级语言: MATLAB
项目地址: git://github.com/Getscriptall/Henon_Map.git
创建时间: 2020-06-18T08:22:27Z
项目社区:https://github.com/Getscriptall/Henon_Map

开源协议:

下载


Henon_Chaotic_Map

It is a discrete time dynamical system which shows good chaotic behaviour.

  1. Functions:
  2. Main function - main.m
  3. Henon map function x-values - henonx.m
  4. Henon map function y-values - henony.m (Optional - If you need use y values)

Henon map chooses a point (x_n, y_n) and changes it to a new point as follows.

  1. x_n+1 = 1 a*x^2 + y_n
  2. y_n+1 = 1 b*x_n

This map depends on two parameters: a and b, and it becomes chaotic only when the parameters receive the values 1.4 and 0.3 respectively.

  1. Input the value to x and y;
  2. x= ; % Initial values
  3. y= ; % Initial values
  4. a= ; % Parameter value
  5. b= ; % Parameter value
  6. %%%%%%%%%%%-------------------$$$$$$$$>>>>> BY Getscriptall <<<<$$$$$$$$$-----------------%%%%%%%%%%%%%%
  7. @@@ for any queries contact: info.getscriptall@gmail.com