Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
I have this matrix with ascii elements and i want to decode it's elements and transfom it into strings

Réponse acceptée

Jos (10584)
Jos (10584) le 12 Mar 2018
A = [51 48 56 ; 73 48 71]
str = char(A) % conversion from ascii to character string

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by