ascii to binary

43 次查看(过去 30 天)
osman yurdakul
osman yurdakul 2011-5-11
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...

采纳的回答

Andy
Andy 2011-5-11
>> dec2bin('home')
ans =
1101000
1101111
1101101
1100101
>> char(bin2dec('1101000'))
ans =
h
  3 个评论
gopal krishna
gopal krishna 2019-8-7
i would like to convert binary into ASCII. please help me how can i do??
AdamG2013468
AdamG2013468 2019-9-11
Not suprisingly, there's a function called bin2dec() for that.

请先登录,再进行评论。

更多回答(1 个)

Rahanuma Tasnim
Rahanuma Tasnim 2021-8-3
Write a function to convert 952 into binary(ASCII) and show the digital signal considering AMI

类别

Help CenterFile Exchange 中查找有关 Numeric Types 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by