Y軸のラベルの指数表示を数値で表示するにはどうすればよいですか?
Ältere Kommentare anzeigen
次のコマンドを実行すると、Y軸のラベルが1, 2, 3 e+4の形式で表示されますが、オリジナルデータ(10000, 20000, 30000)の形式で表示する方法を教えてください。
x = [1 2 3];
y = [10000 20000 30000];
plot(x,y)
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu 書式設定と注釈 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!