ascii to binary
51 ビュー (過去 30 日間)
古いコメントを表示
hello there..
i'd like to convert a text(ascii) to binary by matlab...
for example , word of home to binary code... how can i do this by matlab??? pls help me out...
0 件のコメント
採用された回答
Andy
2011 年 5 月 11 日
>> dec2bin('home')
ans =
1101000
1101111
1101101
1100101
>> char(bin2dec('1101000'))
ans =
h
3 件のコメント
gopal krishna
2019 年 8 月 7 日
i would like to convert binary into ASCII. please help me how can i do??
その他の回答 (1 件)
Rahanuma Tasnim
2021 年 8 月 3 日
Write a function to convert 952 into binary(ASCII) and show the digital signal considering AMI
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Type Conversion についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!