Statistiques
5 Questions
0 Réponses
RANG
67 868
of 301 570
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
80.0%
VOTES REÇUS
0
RANG
of 21 333
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 498
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 10 ans il y a | 1 réponse | 0
