where is wrong with texlable

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 日

0 投票

Just use
xlabel(texlabel('mu1'))

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLabels and Annotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by