Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

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

Weitere Antworten (1)

djamel herbadji
djamel herbadji am 19 Feb. 2018
I want source code combined tent and sine map?
  6 Kommentare
Michael Lee
Michael Lee am 11 Jun. 2018

Hello, I need this code for research purposes. Please send it my email ID mike.on.throne@gmail.com thanks

Mohammed Alsharqawy
Mohammed Alsharqawy am 28 Feb. 2019
Hi
May send me your code please
mnm_1946@hotmail.com
Thanks

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Encryption / Cryptography finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by