greek symbols in matlab figures

I have to add some greek letters in MATLAB plots.. like nu and mu.. how can i add any greek symbol in the plot... either on axis or in the title or in the legend...
plz help

回答(1 个)

plot([1 2 3],[1 2 3]);
xlabel('\mu')
ylabel('\nu')
title('\sigma')

4 个评论

This page gives a list of all letters.
when i am writing this command for x axis label then its giving me n in x axis
yes.. that is what it is supposed to do.. Could you please elaborate?
no i want the symbol for nu, omega etc in the x axis

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Labels and Annotations 的更多信息

标签

提问:

2014-5-27

评论:

2014-5-28

Community Treasure Hunt

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

Start Hunting!

Translated by