Effacer les filtres
Effacer les filtres

Adding superscript or subscript and special character in the same title on a figure

4 vues (au cours des 30 derniers jours)
I tried to add a title on figure (french language) where the title contains special character and subscript:
> S = '\''Etat x_{1}';
>> title(S, 'interpreter', 'latex')
But I got \'Etat x_{1} rather than état x1 (Note: é is capital and 1 a subscript).
How can I overcome this problem?

Réponses (1)

Walter Roberson
Walter Roberson le 15 Juin 2018
It appears that accents are only recognized in text mode, but that underscores are recognized in math mode. This leads to
S = '\''Etat x$_{1}$'

Catégories

En savoir plus sur Characters and Strings 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