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)
  1 件のコメント
yogya
yogya 2014 年 10 月 26 日
thanks for answering me

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by