Why Greek leters cannot be typed in legend?

13 views (last 30 days)
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');

Accepted Answer

the cyclist
the cyclist on 3 May 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');

More Answers (0)

Categories

Find more on Labels and Annotations in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!