How to write overline on top of a word in title of a plot?
36 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Vishnuvardhan Naidu Tanga
el 15 de Abr. de 2024
Comentada: Vishnuvardhan Naidu Tanga
el 15 de Abr. de 2024
Hello Everyone,
I would like to add a overline on top of a word in title of a matlab plot. I am using the following:
title(["Some text '$\bar{XX}/V$', 'Interpreter', 'LaTeX' "...
"Some other text"])
I want to have the overline on top of XX. Please kindly help me with the following.
Thanks in advance.
0 comentarios
Respuesta aceptada
Fangjun Jiang
el 15 de Abr. de 2024
Editada: Fangjun Jiang
el 15 de Abr. de 2024
title(["Some text $\bar{XX}/V$","Some other text"], 'Interpreter', 'LaTeX')
Más respuestas (0)
Ver también
Categorías
Más información sobre Title 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!