Clear Filters
Clear Filters

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

2 views (last 30 days)
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.

Accepted Answer

Jos (10584)
Jos (10584) on 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.

More Answers (1)

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

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

Sign in to comment.

Categories

Find more on Encryption / Cryptography in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!