time = 1:10;u = 1:10;figure;plot(time,u,'r');xlabel('时间(秒)');ylabel('控制量输入');set(gca,'FontSize',14); % 设置文字大小,同时影响坐标轴标注、图例、标题等。set(get(gca,'XLabel'),'FontSize',14);%图上文字为8 point或小5号set(get(gca,'YLabel'),'FontSize',14);