Ascii to char conversion and vice versa
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How do I get the ASCII value of a character and vice versa?
0 comentarios
Respuestas (1)
Manvi Goel
el 7 de Jun. de 2019
You can get the ascii values of a character by
double('a')
and character value to ascii by
char(97)
0 comentarios
Ver también
Categorías
Más información sobre Data Type Conversion en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!