如何调整轴的大小或大小?

时间:2017-07-10 07:29:16

标签: matlab figure

我有问题。 我的数字在某些线条的大小上并不清楚,就像我的附件 - 无花果一样。 我的代码如下:

figure(1)
plot(t,100*yt)
plot(zeros(length,1),'k--'); xlim([0 irflength]);set(gca,'XTick',[4:4:irflength],'FontSize',12);
title('Out','FontSize',16);xlim([t(1) t(end)]);set(gca,'XTick',t(4:4:end),'FontSize',12);
ylabel('Percent','FontSize',12)

enter image description here

0 个答案:

没有答案