Filter löschen
Filter löschen

hi everybody , i'm a beginner and don't know how can i convert ascii to a string

1 Ansicht (letzte 30 Tage)
I have this matrix with ascii elements and i want to decode it's elements and transfom it into strings

Akzeptierte Antwort

Jos (10584)
Jos (10584) am 12 Mär. 2018
A = [51 48 56 ; 73 48 71]
str = char(A) % conversion from ascii to character string

Weitere Antworten (0)

Kategorien

Mehr zu Characters and Strings finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by