Clear Filters
Clear Filters

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

1 view (last 30 days)
I would like to change the scale in y axis here from 12 to 10, Thank you

Answers (1)

Star Strider
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
Image Analyst on 28 Mar 2022
@Karam Karas please click the "Accept this answer" link to award Star "reputation points". Thanks in advance. 🙂

Sign in to comment.

Categories

Find more on Programmatic Model Editing in Help Center and File Exchange

Tags

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!