私は次のことを行っています(これは問題を説明するための簡単な例です):
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