Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Jos (10584)
Jos (10584) el 1 de Feb. de 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.

Más respuestas (1)

djamel herbadji
djamel herbadji el 19 de Feb. de 2018
I want source code combined tent and sine map?
  6 comentarios
Michael Lee
Michael Lee el 11 de Jun. de 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 el 28 de Feb. de 2019
Hi
May send me your code please
mnm_1946@hotmail.com
Thanks

Iniciar sesión para comentar.

Categorías

Más información sobre Encryption / Cryptography en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by