필터 지우기
필터 지우기

Ascii to char conversion and vice versa

조회 수: 6 (최근 30일)
Shubhang Sati
Shubhang Sati 2019년 6월 7일
답변: Manvi Goel 2019년 6월 7일
How do I get the ASCII value of a character and vice versa?

답변 (1개)

Manvi Goel
Manvi Goel 2019년 6월 7일
You can get the ascii values of a character by
double('a')
and character value to ascii by
char(97)

카테고리

Help CenterFile Exchange에서 Numeric Types에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by