How to shuffle the image pixels using combined tent and sine map?

1 次查看(过去 30 天)
We have generated key from combined tent and sine map and converted them into a matrix using "vec2mat()" of size 32*96. In this how can we extract the row and column number of a particular value.

采纳的回答

Jos (10584)
Jos (10584) 2018-2-1
If A is your matrix
[r,c] = find(A==V)
will return the row(s) and column(s) where A matches the value V.

更多回答(1 个)

djamel herbadji
djamel herbadji 2018-2-19
I want source code combined tent and sine map?
  6 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Encryption / Cryptography 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by