varphi Matlab / Latex character
76 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Bogdan Dzonlaga
le 24 Sep 2018
Commenté : Muhammad
le 15 Juil 2022
Hi,
Does anyone know if it is possible to use the \varphi character in a legend of a graph ? I have set my default interpreter as "tex" but still the \varphi is not printed properly.
set(groot, 'defaultAxesTickLabelInterpreter','tex'); set(groot, 'defaultLegendInterpreter','tex'); set(0, 'defaultTextInterpreter', 'tex');
legend('\varphi', 'k');
I have tried using $\varphi$, and changing the interpreter to 'latex' but without success.
Thanks in advance !
Réponse acceptée
Bish Erbas
le 24 Sep 2018
Try
legend({'$\varphi$'},'Interpreter','latex');
2 commentaires
Chen
le 12 Avr 2021
I meet the same problem.And the code '$\varphi$' or '\varphi' can't be explained by matlab.
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Standard File Formats 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!