フィルターのクリア

How to change x-axis values?

1 回表示 (過去 30 日間)
SuzieChan
SuzieChan 2020 年 4 月 12 日
編集済み: SuzieChan 2020 年 4 月 12 日
Hello everyone,
Matlab automatically put the x-axis values into x10 format. This is wrong.
How can I make x-axis values to look like whole number values i.e. 9000, 9200 etc?
Thank you.

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 4 月 12 日
編集済み: Ameer Hamza 2020 年 4 月 12 日
ax = gca;
ax.XAxis.Exponent = 0;
  2 件のコメント
SuzieChan
SuzieChan 2020 年 4 月 12 日
Hello. Ok, how do I make axis bar show on top and right of right - to make the graph look like a box? thanks.
Ameer Hamza
Ameer Hamza 2020 年 4 月 12 日
Add the line
box on

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Object Identification についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by