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