How to change scale of ploted graph of an axis
    10 views (last 30 days)
  
       Show older comments
    
The x-axis of the plotted i wanted to be in term of step size of 0.1 but currently my graph show step size of 0.2 , how do i change it?
0 Comments
Answers (1)
  jonas
      
 on 5 Sep 2018
        xmin and xmax are the axes limits.
set(gca,'xtick',xmin:.1:xmax)
6 Comments
  Abdullah
 on 11 Jul 2019
				How to do the same for y-axis. I mean how can y-axis can be rescaled once the figure has been drawn.
  Ayobami Olanrewaju
 on 9 Mar 2021
				
      Edited: Ayobami Olanrewaju
 on 9 Mar 2021
  
			Thank you. This worked for me.
See Also
Categories
				Find more on 2-D and 3-D Plots 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!


