Why is my code not making the MATLAB text bold?
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Why does this not make the text bold?
text(x8,y8,txt8,'Interpreter','latex','FontSize',10,'FontWeight','b')
0 Kommentare
Antworten (1)
Cam Salzberger
am 1 Nov. 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.
-Cam
0 Kommentare
Siehe auch
Kategorien
Mehr zu Language Support finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!