greek symbols in matlab figures

23 visualizzazioni (ultimi 30 giorni)
aditi
aditi il 27 Mag 2014
Commentato: aditi il 28 Mag 2014
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

Risposte (1)

rifat
rifat il 27 Mag 2014
plot([1 2 3],[1 2 3]);
xlabel('\mu')
ylabel('\nu')
title('\sigma')
  4 Commenti
rifat
rifat il 27 Mag 2014
yes.. that is what it is supposed to do.. Could you please elaborate?
aditi
aditi il 28 Mag 2014
no i want the symbol for nu, omega etc in the x axis

Accedi per commentare.

Categorie

Scopri di più su Labels and Annotations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by