Afficher commentaires plus anciens
グラフの凡例で上付き文字はw^{2}とすると上付きにできるのですが,下付き文字をw_{2}で表示させようとしてもw_2と表示され下付きになりません.
何か解決策はございますでしょうか.
1 commentaire
Megumi Fukuda
le 14 Mai 2021
Modifié(e) : Megumi Fukuda
le 14 Mai 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}')

Réponses (0)
Catégories
En savoir plus sur グラフィックス オブジェクトの識別 dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!