필터 지우기
필터 지우기

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에서 Data Type Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by