Borrar filtros
Borrar filtros

How xor the integer with binary value?

2 visualizaciones (últimos 30 días)
PLACEIUS NISHIGA G
PLACEIUS NISHIGA G el 8 de En. de 2018
Comentada: Jan el 8 de En. de 2018
if true
k=rand(192,1);
Q=32142;
q=dec2bin(Q);
K=bitxor(k,q);
end
  2 comentarios
Birdman
Birdman el 8 de En. de 2018
Why would you want that?
Jan
Jan el 8 de En. de 2018
What is the wanted result for e.g. k=0.12345 and Q=32142? Why do you convert Q to a binary string?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Encryption / Cryptography en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by