convert binary to array matrix double
古いコメントを表示
Hii guys,
can I change :
a =
'0101'
to
a =
columns 1 through 4
0 1 0 1
? thanks
回答 (1 件)
David Hill
2020 年 1 月 13 日
a=a-48;
カテゴリ
ヘルプ センター および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!