Use subscript and superscript in legend
153 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yoni Verhaegen -WE-1718-
el 3 de Oct. de 2020
Respondida: Ameer Hamza
el 3 de Oct. de 2020
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 comentarios
Respuesta aceptada
madhan ravi
el 3 de Oct. de 2020
legend(['$\overline{H}_{subscript}^' ...
'{superscript}$'],...
'interpreter','latex')
0 comentarios
Más respuestas (2)
Ameer Hamza
el 3 de Oct. de 2020
plot(1:10);
legend('$\overline{H}_{debris}^{front}$', ...
'Interpreter', 'latex', ...
'FontSize', 16, ...
'location', 'best')
0 comentarios
Ver también
Categorías
Más información sobre Legend en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!