How to convert the following hexa decimal to binary array ?

Réponses (1)

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

Tags

Question posée :

le 22 Oct 2014

Commenté :

le 26 Oct 2014

Community Treasure Hunt

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

Start Hunting!

Translated by