How to change scale of ploted graph of an axis

10 views (last 30 days)
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?

Answers (1)

jonas
jonas on 5 Sep 2018
xmin and xmax are the axes limits.
set(gca,'xtick',xmin:.1:xmax)
  6 Comments
Abdullah
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.

Sign in to comment.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!