How to convert the following hexa decimal to binary array ?

1 次查看(过去 30 天)
a = base2dec(6A09E667F3BCC908,16);

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by