Binary string to character string

조회 수: 27 (최근 30일)
Amrita  K
Amrita K 2016년 4월 7일
편집: Amrita K 2016년 4월 7일
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.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 4월 7일
char(bin2dec(Msg))'
  댓글 수: 1
Amrita  K
Amrita K 2016년 4월 7일
편집: Amrita K 2016년 4월 7일
Thank you Sir.. It's working

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 String에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by