Errors at random when trying to print greek alphabets in Matlab 2020a
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Revati Deshpande
le 4 Sep 2020
Commenté : Revati Deshpande
le 14 Sep 2020
v = 2;
text1=['(', num2str(v,'%.0f'), ', ', num2str(v,'%.0f'), ')', '\mum'];
text(0.3,0.3,text1);
These seem to work at random times and print the title without parsing the symbols at others. Could someone please help me understand/suggest what I have missed?
0 commentaires
Réponse acceptée
Ayush Gupta
le 7 Sep 2020
The program seems to run fine and produces no errors for even around 20 runs. Look at some examples on how to use Greek Letters and Special Characters in Char Text here.
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!