統計
MATLAB Answers
5 質問
0 回答
ランク
of 171,413
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to convert an image to binary matrix
I have an image P with dimension MxN. How to convert into dimension Mx8N ? I have used P1 = dec2bin(P); I am getting 65336x8 b...
5年以上 前 | 2 件の回答 | 0
2
回答質問
row circular shift in matrix
How can I shift all the elements of a particular row in matrix in left circular shift or right circular shift.
5年以上 前 | 2 件の回答 | 0
2
回答質問
column circular permutaion on a matrix
How can I move all the elements of a particular column circulary upwards or circularly downwards by some shift s. I have a matri...
5年以上 前 | 3 件の回答 | 0
3
回答質問
How to implement SHA-256 in matlab
I would like to know how to implement SHA-256 using matlab ? Input to it is an image. (say lena.png)
6年弱 前 | 1 件の回答 | 0
1
回答質問
Given an array A of n elements. We need to change the array into a permutation of numbers from 1 to n using minimum replacements in the array.
Given an array A of n elements. We need to change the array into a permutation of numbers from 1 to n using minimum replacement...
約6年 前 | 1 件の回答 | 0
