필터 지우기
필터 지우기

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

조회 수: 2 (최근 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
Michael Lee
Michael Lee 2018년 6월 11일

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

Mohammed Alsharqawy
Mohammed Alsharqawy 2019년 2월 28일
Hi
May send me your code please
mnm_1946@hotmail.com
Thanks

댓글을 달려면 로그인하십시오.

카테고리

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