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

2 次查看(过去 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 CenterFile Exchange 中查找有关 Characters and Strings 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by