Effacer les filtres
Effacer les filtres

I want to insert greek symbol Delta as xticklable in subplot which is a Bar chart along two other ab,cd latters.MATCODE { \Delta} has been utilised but it isn't responding in MATLAB 2013. pls guide

7 vues (au cours des 30 derniers jours)
I m drawing a subplot(bar-chart). In which i like to insert greek symbol Delta with two alphabets latters as Xticklabel. {/Delta} is not working in MATLAB 2013.

Réponses (1)

Nihar Deodhar
Nihar Deodhar le 9 Jan 2017
The following command may be included as a part of your code, or simply type this in the command window with the figure open:
xlabel('$\Delta$','Interpreter','latex')

Catégories

En savoir plus sur Labels and Annotations 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