Binary string to character string

29 vues (au cours des 30 derniers jours)
Amrita  K
Amrita K le 7 Avr 2016
Modifié(e) : Amrita K le 7 Avr 2016
I have first converted a text message to binary... Now I want to reverse back the binary string to character string.
Msg = dec2bin[input('text=', 's']
Now when m trying bin2dec.. M not getting the text msg.

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 7 Avr 2016
char(bin2dec(Msg))'
  1 commentaire
Amrita  K
Amrita K le 7 Avr 2016
Modifié(e) : Amrita K le 7 Avr 2016
Thank you Sir.. It's working

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by