Ascii to char conversion and vice versa
Show older comments
How do I get the ASCII value of a character and vice versa?
Answers (1)
Manvi Goel
on 7 Jun 2019
You can get the ascii values of a character by
double('a')
and character value to ascii by
char(97)
Categories
Find more on Data Types in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!