where is wrong with texlable

3 vues (au cours des 30 derniers jours)
xueqi
xueqi le 8 Août 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

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 8 Août 2013
Just use
xlabel(texlabel('mu1'))

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by