下付き文字について
显示 更早的评论
グラフの凡例で上付き文字はw^{2}とすると上付きにできるのですが,下付き文字をw_{2}で表示させようとしてもw_2と表示され下付きになりません.
何か解決策はございますでしょうか.
1 个评论
Megumi Fukuda
2021-5-14
编辑:Megumi Fukuda
2021-5-14
使用環境や再現に必要なコードを添えていただけると、解決方法のアドバイスが得やすくなると思います。
Windows10, MATLAB 2021aでは、下記コードで画像のようなグラフになりました。
x_2 = 1:20; y_2 = rand(1, 20);
plot(x_2, y_2); xlabel('data x_{2}'); ylabel('data y_{2}');
legend('y_{2}')

回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 2 次元および 3 次元プロット 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!