convert to binary
古いコメントを表示
hi, I need function convert integer to binary then alphabet.
what I must use to get that? thanks
1 件のコメント
Image Analyst
2011 年 8 月 16 日
What do you mean by "alphabet"?
採用された回答
その他の回答 (1 件)
huda nawaf
2011 年 8 月 16 日
0 投票
2 件のコメント
Paulo Silva
2011 年 8 月 16 日
dec2bin(DecimalValue,nbits)
example
dec2bin(63,10)
Walter Roberson
2011 年 8 月 16 日
Read the dec2bin documentation. Even R13SP2 had the necessary feature. http://www.mathworks.com/help/releases/R13sp2/techdoc/matlab.html
カテゴリ
ヘルプ センター および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!