Why Greek leters cannot be typed in legend?

15 visualizzazioni (ultimi 30 giorni)
I use the following command. Usually it works, however, why the greek letters won't display?
legend('EXP','CFD simulation r k-\epsilon','Inlet position','Location','Northeast');

Risposta accettata

the cyclist
the cyclist il 3 Mag 2020
What do you get if you do
L = legend('EXP','CFD simulation r k-\epsilon','Inlet position','Location','Northeast');
L.Interpreter
?
You could try
L = legend('EXP','CFD simulation r k-\epsilon','Inlet position','Location','Northeast','Interpreter','tex');

Più risposte (0)

Categorie

Scopri di più su Labels and Annotations in Help Center e File Exchange

Prodotti


Release

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by