where is wrong with texlable

1 view (last 30 days)
xueqi
xueqi on 8 Aug 2013
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

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 8 Aug 2013
Just use
xlabel(texlabel('mu1'))

More Answers (0)

Categories

Find more on Dates and Time in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!