How to represent greek letters in matlab?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Lets suppose, i want to show or but i cannot.
is there any procedure to handle it without live editor.
0 commentaires
Réponses (1)
Peng Li
le 25 Mar 2020
Where do you want to show them? On a figure object, MATLAB fully supports latex or tex syntax. You can use, e.g., text(yourXvalue, yourYvalue, 'sin(\theta)') to show this on an axis at place defined by (yourXvalue, yourYvalue).
2 commentaires
Peng Li
le 25 Mar 2020
I don't think it works in mfile. You'd better use the English version, say, theta, directly as the variable name.
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing 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!