Borrar filtros
Borrar filtros

greek symbols in matlab figures

13 visualizaciones (últimos 30 días)
aditi
aditi el 27 de Mayo de 2014
Comentada: aditi el 28 de Mayo de 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

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Labels and Annotations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by