How to change the scale values of Y axis in Matlab?
2 views (last 30 days)
Show older comments
I would like to change the scale in y axis here from 12 to 10, Thank you
0 Comments
Answers (1)
Star Strider
on 28 Mar 2022
Perhaps —
ylim([min(ylim) 10])
That keeps the current minimum and set the maximum at 10.
.
2 Comments
Image Analyst
on 28 Mar 2022
@Karam Karas please click the "Accept this answer" link to award Star "reputation points". Thanks in advance. 🙂
See Also
Categories
Find more on Startup and Shutdown 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!