How xor the integer with binary value?
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
if true
k=rand(192,1);
Q=32142;
q=dec2bin(Q);
K=bitxor(k,q);
end
2 Kommentare
Jan
am 8 Jan. 2018
What is the wanted result for e.g. k=0.12345 and Q=32142? Why do you convert Q to a binary string?
Antworten (0)
Siehe auch
Kategorien
Mehr zu Encryption / Cryptography finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!