필터 지우기
필터 지우기

hex 2 ascii text conversion

조회 수: 3 (최근 30일)
SAURABH
SAURABH 2013년 4월 15일
849D625E054632BF45C8B74E1F502A9B5B3E7C1E (i have an this data set,how i can convert this data set to ASCII text code,anyone know please help me?)

채택된 답변

Walter Roberson
Walter Roberson 2013년 4월 15일
Looks a bit dubious to me. ASCII does not have any codes greater than 127. ISO-8896 does, as does Unicode, but not ASCII.
The values converted to ISO-8896-1 do not look much like text.
char(sscanf('849D625E054632BF45C8B74E1F502A9B5B3E7C1E', '%2x').')
  댓글 수: 5
SAURABH
SAURABH 2013년 4월 16일
sir only u have provide me how i covert this above data set to full ascii text formate further store it is in text formate..

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

태그

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by