Use subscript and superscript in legend
Mostra commenti meno recenti
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:

Risposta accettata
Più risposte (2)
Mario Malic
il 3 Ott 2020
1 voto
See legend properties
Under Labels - Interpreter
Ameer Hamza
il 3 Ott 2020
plot(1:10);
legend('$\overline{H}_{debris}^{front}$', ...
'Interpreter', 'latex', ...
'FontSize', 16, ...
'location', 'best')
Categorie
Scopri di più su Legend in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!