Azzera filtri
Azzera filtri

hex 2 ascii text conversion

3 visualizzazioni (ultimi 30 giorni)
SAURABH
SAURABH il 15 Apr 2013
849D625E054632BF45C8B74E1F502A9B5B3E7C1E (i have an this data set,how i can convert this data set to ASCII text code,anyone know please help me?)

Risposta accettata

Walter Roberson
Walter Roberson il 15 Apr 2013
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 Commenti
SAURABH
SAURABH il 16 Apr 2013
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..

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Characters and Strings in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by