我正在执行以下操作(这是一个说明问题的简单示例):
a = [1,3,4];
b = [1,4,5];
plot(a,b,'LineWidth',4);
xlabel('recall','FontSize',35);
ylabel('precision','FontSize',4);
它产生:
如您所见'FontSize'
,没有任何效果。我还得到了如下所示的 xlabel 的属性:
xl = xlabel('recall','FontSize',35);
get(xl)
FontAngle = normal
FontName = Helvetica
FontSize = [35]
FontUnits = points
FontWeight = normal