統計
MATLAB Answers
5 質問
0 回答
ランク
of 172,015
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Des matlab code required
I have designed an algorithm and now m trying to compare it with DES algorithm. I want the matlab working code for DES algorith...
10年弱 前 | 1 件の回答 | 0
1
回答質問
Want to get only characters after using bin2dec.
I'm first trying to change characters to binary using dec2bin. Have reshaped it to form a single row array and performed some ac...
10年弱 前 | 2 件の回答 | 0
2
回答質問
Bit missing after circular shift
I have noticed that after performing circular shift, the bit after the shift value is missing. Shiftvalue = randi(2, n) n...
10年弱 前 | 2 件の回答 | 0
2
回答質問
To reshape the number of elements must not change matlab error
I have performed circular shift over 64bit of data. FB = circshift(bits, [1, S]) Note: S is randomly generated. Now...
10年弱 前 | 1 件の回答 | 0
1
回答質問
Binary string to character string
I have first converted a text message to binary... Now I want to reverse back the binary string to character string. Msg = d...
10年弱 前 | 1 件の回答 | 0
