Y軸のラベルの指数表示を数値で表示するにはどうすればよいですか?
Show older comments
次のコマンドを実行すると、Y軸のラベルが1, 2, 3 e+4の形式で表示されますが、オリジナルデータ(10000, 20000, 30000)の形式で表示する方法を教えてください。
x = [1 2 3];
y = [10000 20000 30000];
plot(x,y)
Accepted Answer
More Answers (0)
Categories
Find more on 書式設定と注釈 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!