REgarding plotting of graph in matlab

1 view (last 30 days)
How do we change the lower limit of the y axis on the graph below?
I wanted the y axis to start from 15 and not from 0. Can we do that using plot or any other function?

Accepted Answer

VBBV
VBBV on 7 Mar 2022
ylim([15 25])

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!