Why Greek leters cannot be typed in legend?

12 Ansichten (letzte 30 Tage)
Luyang Kang
Luyang Kang am 3 Mai 2020
Kommentiert: Luyang Kang am 4 Mai 2020
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');

Akzeptierte Antwort

the cyclist
the cyclist am 3 Mai 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');
  1 Kommentar
Luyang Kang
Luyang Kang am 4 Mai 2020
Thank you very much! The prescription of interpreter works.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Labels and Annotations finden Sie in Help Center und File Exchange

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by