Azzera filtri
Azzera filtri

How xor the integer with binary value?

2 visualizzazioni (ultimi 30 giorni)
PLACEIUS NISHIGA G
PLACEIUS NISHIGA G il 8 Gen 2018
Commentato: Jan il 8 Gen 2018
if true
k=rand(192,1);
Q=32142;
q=dec2bin(Q);
K=bitxor(k,q);
end
  2 Commenti
Birdman
Birdman il 8 Gen 2018
Why would you want that?
Jan
Jan il 8 Gen 2018
What is the wanted result for e.g. k=0.12345 and Q=32142? Why do you convert Q to a binary string?

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Encryption / Cryptography in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by