Binary string to character string

29 visualizaciones (últimos 30 días)
Amrita  K
Amrita K el 7 de Abr. de 2016
Editada: Amrita K el 7 de Abr. de 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.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 7 de Abr. de 2016
char(bin2dec(Msg))'
  1 comentario
Amrita  K
Amrita K el 7 de Abr. de 2016
Editada: Amrita K el 7 de Abr. de 2016
Thank you Sir.. It's working

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by