ascii to binary
48 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
osman yurdakul
am 11 Mai 2011
Beantwortet: Rahanuma Tasnim
am 3 Aug. 2021
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 Kommentare
Akzeptierte Antwort
Andy
am 11 Mai 2011
>> dec2bin('home')
ans =
1101000
1101111
1101101
1100101
>> char(bin2dec('1101000'))
ans =
h
3 Kommentare
gopal krishna
am 7 Aug. 2019
i would like to convert binary into ASCII. please help me how can i do??
Weitere Antworten (1)
Rahanuma Tasnim
am 3 Aug. 2021
Write a function to convert 952 into binary(ASCII) and show the digital signal considering AMI
0 Kommentare
Siehe auch
Kategorien
Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!