Is there a command for/how to convert a binary number to binary vector?

Hi,
I got a binary number and i want to convert it to a binary vector like;
a=101010101010101010 to [1 0 1 0 1 0 1 0 ....]

2 件のコメント

Oleg Komarov
Oleg Komarov 2012 年 8 月 3 日
what class is a?
Use
whos a
E K
E K 2012 年 8 月 3 日
編集済み: E K 2012 年 8 月 3 日
it is a binary string -> char

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

 採用された回答

その他の回答 (1 件)

カテゴリ

ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by