Y軸のラベルの指数表示を数値で表示するにはどうすればよいですか?
Afficher commentaires plus anciens
次のコマンドを実行すると、Y軸のラベルが1, 2, 3 e+4の形式で表示されますが、オリジナルデータ(10000, 20000, 30000)の形式で表示する方法を教えてください。
x = [1 2 3];
y = [10000 20000 30000];
plot(x,y)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 書式設定と注釈 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!