How do I print [%] in a title plot while using LaTeX interpeter?
28 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Darío Slaifstein
el 12 de Jul. de 2020
Respondida: madhan ravi
el 12 de Jul. de 2020
Hi, guys!
I'm creating a plot whose title should look like:
η[%]
while using:
title('$\eta [%]$','fontsize',14,'interpreter','latex')
But it returns the following Warning and the wrong title:
Warning: Error updating Text.
String scalar or character vector must have valid interpreter syntax:
$\eta [

any idea?
0 comentarios
Respuesta aceptada
madhan ravi
el 12 de Jul. de 2020
title('$\eta \left[\%\right]$','interpreter','latex','FontSize',14)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Title en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!