MATLAB: About the font property

bold type

I want to ask the font porperty.
Could you know how to change the font to bold type?

Best Answer

That is handled by the FontWeight property:
FontWeight
{normal} | bold | light | demi
Weight of text characters. MATLAB uses this property to select a font from those available on your particular system. Generally, setting this property to bold or demi causes MATLAB to use a bold font.