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

1 回表示 (過去 30 日間)
I have this matrix with ascii elements and i want to decode it's elements and transfom it into strings

採用された回答

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCharacters and Strings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by