How to convert the following hexa decimal to binary array ?

Respuestas (1)

b='6A09E667F3BCC908'
a = base2dec(b,16);
out=dec2bin(a)

Categorías

Etiquetas

Preguntada:

el 22 de Oct. de 2014

Comentada:

el 26 de Oct. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by