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

1 次查看(过去 30 天)
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

回答(1 个)

Sven
Sven 2018-8-30
编辑:Sven 2018-8-30
Superscript
legend('C^{net}')
Subscript
legend('C_{net}')

类别

Help CenterFile Exchange 中查找有关 Legend 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by