How i can change the values of Y axis

1 view (last 30 days)
I have this figure
I want to changes values of y axis between 8.4 to 18.6
Thank u

Accepted Answer

José-Luis
José-Luis on 28 Jun 2016
gca.XLim = [8.4, 18.6];

More Answers (0)

Categories

Find more on Graphics Object Identification in Help Center and File Exchange

Tags

No tags entered yet.

Products

Community Treasure Hunt

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

Start Hunting!