Use subscript and superscript in legend
조회 수: 137 (최근 30일)
이전 댓글 표시
Hi all,
I am wondering how to implement text in a legend with both a superscript and a subscript, and with an horizontal bar, something like this:
댓글 수: 0
채택된 답변
madhan ravi
2020년 10월 3일
legend(['$\overline{H}_{subscript}^' ...
'{superscript}$'],...
'interpreter','latex')
댓글 수: 0
추가 답변 (2개)
Ameer Hamza
2020년 10월 3일
plot(1:10);
legend('$\overline{H}_{debris}^{front}$', ...
'Interpreter', 'latex', ...
'FontSize', 16, ...
'location', 'best')
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!