Why Greek leters cannot be typed in legend?

조회 수: 13 (최근 30일)
Luyang Kang
Luyang Kang 2020년 5월 3일
댓글: Luyang Kang 2020년 5월 4일
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');

채택된 답변

the cyclist
the cyclist 2020년 5월 3일
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
Luyang Kang
Luyang Kang 2020년 5월 4일
Thank you very much! The prescription of interpreter works.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Labels and Annotations에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by