matlab图的坐标名称、字体、字号
matlab图的坐标名称、字体、字号
1 ylim([0.5,2]); 2 xlabel('J');ylabel('U'); 3 set(get(gca,'XLabel'),'FontSize',16,'Fontname', 'Courier New','FontWeight','bold','FontAngle','normal'); 4 set(get(gca,'YLabel'),'FontSize',16,'Fontname', 'Courier New','FontWeight','bold','FontAngle','normal');