Code for generating key using logistic equation for k no of times?
1 次查看(过去 30 天)
显示 更早的评论
I want code for key genetation using logistic equation: value of n= 1 to 256 X(n+1)= r*X(n)*(1-X(n)); (% logistic eq) value of i from 1 to 256 kt(i)= x(n+1); k(i)=floor(mod(10^14, kt(i), 256));
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!