How to change the scale values of Y axis in Matlab?
2 次查看(过去 30 天)
显示 更早的评论
I would like to change the scale in y axis here from 12 to 10, Thank you
0 个评论
回答(1 个)
Star Strider
2022-3-28
Perhaps —
ylim([min(ylim) 10])
That keeps the current minimum and set the maximum at 10.
.
2 个评论
Image Analyst
2022-3-28
@Karam Karas please click the "Accept this answer" link to award Star "reputation points". Thanks in advance. 🙂
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!