Can i make Title and x and y label Bold
575 次查看(过去 30 天)
显示 更早的评论
Can i make Title and x and y label of a plot Bold and to increasr their font size
0 个评论
采纳的回答
Wayne King
2011-11-15
plot(randn(100,1));
title('Test','fontweight','bold','fontsize',16);
xlabel('Time','fontweight','bold','fontsize',16);
更多回答(2 个)
lalit kaushik
2019-5-16
you can use the following
set(gca,'FontWeight','bold'). It works for me
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Title 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!