where is wrong with texlable

1 次查看(过去 30 天)
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 中查找有关 Dates and Time 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by