필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Francesco Palmiotto
Francesco Palmiotto 2018년 8월 30일
편집: Sven 2018년 8월 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