How to change x-axis values?
    3 ビュー (過去 30 日間)
  
       古いコメントを表示
    
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.
0 件のコメント
採用された回答
  Ameer Hamza
      
      
 2020 年 4 月 12 日
        
      編集済み: Ameer Hamza
      
      
 2020 年 4 月 12 日
  
      ax = gca;
ax.XAxis.Exponent = 0;
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

