Avoid using latex interpreter in plot titles

52 visualizaciones (últimos 30 días)
Deepa Maheshvare
Deepa Maheshvare el 6 de Nov. de 2019
Respondida: Walter Roberson el 6 de Nov. de 2019
I am trying the following
s = struct('a','a_dot')
plot(1:10,1:10)
title(s.a)
I want to retain the title name as 'a_dot' and avoid the default formatting done by latex interpreter.
Any suggestion on how this can be done?

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Nov. de 2019
https://www.mathworks.com/help/matlab/ref/title.html#namevaluepairarguments
Use the 'interpreter', 'none' option to title()

Más respuestas (0)

Categorías

Más información sobre Grid Lines, Tick Values, and Labels en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by