How to convert the following hexa decimal to binary array ?

조회 수: 2 (최근 30일)
yogya
yogya 2014년 10월 22일
댓글: yogya 2014년 10월 26일
a = base2dec(6A09E667F3BCC908,16);

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by