How to compare non latin letters?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ole
el 31 de Jul. de 2017
Respondida: Andrei Bobrov
el 31 de Jul. de 2017
I would like to assign a number to a specific letter of name.
But the name is let say in Cyrillic 'Том'.
Now the isletter(Т) isnot a valid expression. Matlab does not understand its unicode 0442.
How to get around this ?
0 comentarios
Respuesta aceptada
Andrei Bobrov
el 31 de Jul. de 2017
>> %cyrillic
>> 'АБВГДЖЗ' - '0'
ans =
992 993 994 995 996 998 999
>> isletter('Ж')
ans =
logical
1
in R2016b and later
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!