hi everybody , i'm a beginner and don't know how can i convert ascii to a string
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Skander Marouani
il 12 Mar 2018
Commentato: Skander Marouani
il 12 Mar 2018
I have this matrix with ascii elements and i want to decode it's elements and transfom it into strings

0 Commenti
Risposta accettata
Jos (10584)
il 12 Mar 2018
A = [51 48 56 ; 73 48 71]
str = char(A) % conversion from ascii to character string
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Characters and Strings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!