Azzera filtri
Azzera filtri

下付き文字について

58 visualizzazioni (ultimi 30 giorni)
Okamoto Sakumi
Okamoto Sakumi il 14 Mag 2021
Modificato: Megumi Fukuda il 14 Mag 2021
グラフの凡例で上付き文字はw^{2}とすると上付きにできるのですが,下付き文字をw_{2}で表示させようとしてもw_2と表示され下付きになりません.
何か解決策はございますでしょうか.
  1 Commento
Megumi Fukuda
Megumi Fukuda il 14 Mag 2021
Modificato: Megumi Fukuda il 14 Mag 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}')

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su 2 次元および 3 次元プロット in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!