How to convert the following hexa decimal to binary array ?

1 vue (au cours des 30 derniers jours)
yogya
yogya le 22 Oct 2014
Commenté : yogya le 26 Oct 2014
a = base2dec(6A09E667F3BCC908,16);

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 22 Oct 2014
b='6A09E667F3BCC908'
a = base2dec(b,16);
out=dec2bin(a)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by