%Figure 창 색 흰색

set(gcf,'color','w');

 

%그래프에 표현되는 텍스트를 90도 회전

set(gcf,'DefaultTextRotation',90)

 

%그래프 축의 숫자 크기 12폰트

set(gca,'FontSize',12)

 

%Title

title('그래프 제목','fontsize',14,'color','b')

+ Recent posts