What happend about my plotting style
이전 댓글 표시
As I know that starting in R2014b, MATLAB graphics titles use a bold and slightly larger font for better visibility. I am using R2014b, what happend to my plotting style?
The left is a example picture from help center, the right is my plotting. You can see the difference between the titles.

채택된 답변
추가 답변 (2개)
Image Analyst
2015년 2월 27일
0 개 추천
It could be that the font MATLAB actually uses to create the figure is different than what's in the help. I don't know how they got that picture in the help. Maybe the process of copying and pasting it in there caused things to adjust slightly. You know that you have control over the appearance of the title via input arguments like 'FontSize', etc. in the title() function.
Tom
2015년 2월 27일
An example of how to change the appearance of the title would be:
title('Title String','fontweight','bold','fontsize',14)
This is what I typically do.
카테고리
도움말 센터 및 File Exchange에서 Title에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!