Skip to content

This Matlab code is used for creating logistic map values.

Notifications You must be signed in to change notification settings

Getscriptall/Logistic_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Logistic_Chaotic_Map

The Logistic map is commonly used map in chaos-based image encryption

         Functions:
          Main function         : main.m
          Logistic_map fuction  : logistic.m
          
          
          
          
         Logistic map is mathematically expressed as x_n+1 = γ*x_n(1 − x_n) 
         
         Input the value to x and y;
         
             x=  ; % Initial values
             y=  ; % Parameter value

     %%%%%%%%%%%-------------------$$$$$$$$>>>>> BY Getscriptall <<<<$$$$$$$$$-----------------%%%%%%%%%%%%%% 
      @@@ for any queries contact: info.getscriptall@gmail.com

Releases

No releases published

Packages

No packages published

Languages