How to compare non latin letters?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ole
le 31 Juil 2017
Réponse apportée : Andrei Bobrov
le 31 Juil 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 commentaires
Réponse acceptée
Andrei Bobrov
le 31 Juil 2017
>> %cyrillic
>> 'АБВГДЖЗ' - '0'
ans =
992 993 994 995 996 998 999
>> isletter('Ж')
ans =
logical
1
in R2016b and later
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Encryption / Cryptography dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!