How to convert the following hexa decimal to binary array ?
Mostra commenti meno recenti
a = base2dec(6A09E667F3BCC908,16);
Risposte (1)
Azzi Abdelmalek
il 22 Ott 2014
b='6A09E667F3BCC908'
a = base2dec(b,16);
out=dec2bin(a)
1 Commento
yogya
il 26 Ott 2014
Categorie
Scopri di più su Data Type Conversion in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!