Why is my code not making the MATLAB text bold?

24 visualizaciones (últimos 30 días)
Benjamin Cowen
Benjamin Cowen el 1 de Nov. de 2017
Respondida: Cam Salzberger el 1 de Nov. de 2017
Why does this not make the text bold?
text(x8,y8,txt8,'Interpreter','latex','FontSize',10,'FontWeight','b')

Respuestas (1)

Cam Salzberger
Cam Salzberger el 1 de Nov. de 2017
Hello Benjamin,
The 'latex' interpreter appears to be what is preventing the 'FontWeight' property from having an effect. If you remove the 'Interpreter' specification, the bold font is applied.
For an alternative way of applying bold formatting to latex-interpreted text, see this answer.
-Cam

Categorías

Más información sobre MATLAB Report Generator en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by