MATLAB prints ''Greek letters'' in chart text, but how about sprintf, compose, string or char functions?
71 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Zahra Yousefi Darani
le 1 Juil 2022
Commenté : Zahra Yousefi Darani
le 1 Juil 2022
How can I define greek letters, inside one of these functions ? (sprintf, compose, string or char)
0 commentaires
Réponse acceptée
Abhishek Tiwari
le 1 Juil 2022
Modifié(e) : Abhishek Tiwari
le 1 Juil 2022
Hi,
There are lots of pre defined greek letters. You just need to pick right index and use sprintf(). I have listed them below :
sprintf('%c ', 945:969)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Labels and Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!