CHANGE X AXES SCALE
Show older comments
INSTEAD OF 0:900 I WANT FROM 0 TO 25

Answers (2)
Stephan
on 22 Jan 2019
xlim([0 25])
jahanzaib ahmad
on 22 Jan 2019
0 votes
if u want to see only 0 to 25 x-axis
axis([0 25 0 12]);
1 Comment
Davide Cerra
on 22 Jan 2019
Categories
Find more on Subplots 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!