Why Greek leters cannot be typed in legend?

12 visualizaciones (últimos 30 días)
Luyang Kang
Luyang Kang el 3 de Mayo de 2020
Comentada: Luyang Kang el 4 de Mayo de 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');

Respuesta aceptada

the cyclist
the cyclist el 3 de Mayo de 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 comentario
Luyang Kang
Luyang Kang el 4 de Mayo de 2020
Thank you very much! The prescription of interpreter works.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Labels and Annotations en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by