ascii to binary
58 次查看(过去 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 个评论
更多回答(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!