gpt4 book ai didi

Matlab:更改 xlabel 和 ylabel 上的字体大小

转载 作者:行者123 更新时间:2023-12-04 18:38:13 29 4
gpt4 key购买 nike

我正在执行以下操作(这是一个说明问题的简单示例):

a = [1,3,4];
b = [1,4,5];
plot(a,b,'LineWidth',4);
xlabel('recall','FontSize',35);
ylabel('precision','FontSize',4);

它产生:
enter image description here

如您所见 'FontSize'没有效果。我还得到了如下所示的 xlabel 的属性:
xl = xlabel('recall','FontSize',35);
get(xl)
FontAngle = normal
FontName = Helvetica
FontSize = [35]
FontUnits = points
FontWeight = normal

最佳答案

您必须安装软件包:

  • xfonts-100dpi
  • xfonts-75dpi。

  • 正如 this thread 中的建议因为 Ubuntu 12.04 没有附带 MATLAB 特定的字体。

    关于Matlab:更改 xlabel 和 ylabel 上的字体大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16190685/

    29 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com