
下付き文字について
95 views (last 30 days)
Show older comments
グラフの凡例で上付き文字はw^{2}とすると上付きにできるのですが,下付き文字をw_{2}で表示させようとしてもw_2と表示され下付きになりません.
何か解決策はございますでしょうか.
1 Comment
Megumi Fukuda
on 14 May 2021
Edited: Megumi Fukuda
on 14 May 2021
使用環境や再現に必要なコードを添えていただけると、解決方法のアドバイスが得やすくなると思います。
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}')

Answers (0)
See Also
Categories
Find more on グラフィックス出力のターゲットの指定 in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!