Use subscript and superscript in legend
153 ビュー (過去 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!