where is wrong with texlable

조회 수: 3 (최근 30일)
xueqi
xueqi 2013년 8월 8일
Hi, I am using this code
if true
% xlabel(texlabel('mu1','literal'))
end
and hope that the string'mu' turns into the greek letter by using 'literal'. But it still just shows the words mu1 on the x axis. Is anyone could tell me what is wrong here? Cheers, Xueqi

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 8월 8일
Just use
xlabel(texlabel('mu1'))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by