フィルターのクリア

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

1 回表示 (過去 30 日間)
Sri Lakshmi
Sri Lakshmi 2018 年 2 月 1 日
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.
  1 件のコメント
Jos (10584)
Jos (10584) 2018 年 2 月 1 日
What has the question to do with the title, by the way? :/

サインインしてコメントする。

採用された回答

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 Center および File ExchangeEncryption / Cryptography についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by