Ascii to char conversion and vice versa

Answers (1)

You can get the ascii values of a character by
double('a')
and character value to ascii by
char(97)

Categories

Tags

Asked:

on 7 Jun 2019

Answered:

on 7 Jun 2019

Community Treasure Hunt

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

Start Hunting!