How to change the scale values of Y axis in Matlab?

1 次查看(过去 30 天)
I would like to change the scale in y axis here from 12 to 10, Thank you

回答(1 个)

Star Strider
Star Strider 2022-3-28
Perhaps —
ylim([min(ylim) 10])
That keeps the current minimum and set the maximum at 10.
.

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by