How can I write "Cnet" in the legend but with "net" used like superscript?

1 vue (au cours des 30 derniers jours)
Francesco Palmiotto
Francesco Palmiotto le 30 Août 2018
Modifié(e) : Sven le 30 Août 2018
Hi, I would like to insert the word Cnet in the legend but "net" has to be a superscript. How can I code it? Many thanks in advance. Francesco

Réponses (1)

Sven
Sven le 30 Août 2018
Modifié(e) : Sven le 30 Août 2018
Superscript
legend('C^{net}')
Subscript
legend('C_{net}')

Community Treasure Hunt

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

Start Hunting!

Translated by