How to change scale of ploted graph of an axis
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
jonas
am 5 Sep. 2018
xmin and xmax are the axes limits.
set(gca,'xtick',xmin:.1:xmax)
6 Kommentare
Abdullah
am 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
am 9 Mär. 2021
Bearbeitet: Ayobami Olanrewaju
am 9 Mär. 2021
Thank you. This worked for me.
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!