How to convert the following hexa decimal to binary array ?
Afficher commentaires plus anciens
a = base2dec(6A09E667F3BCC908,16);
Réponses (1)
Azzi Abdelmalek
le 22 Oct 2014
b='6A09E667F3BCC908'
a = base2dec(b,16);
out=dec2bin(a)
1 commentaire
yogya
le 26 Oct 2014
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!