how to zoom in

3 views (last 30 days)
fawzeya bin tamim
fawzeya bin tamim on 30 Apr 2021
Answered: Fangjun Jiang on 30 Apr 2021
I have the following code to plot a graph but my graph is zoomed out. I want it to zoom in
subplot(2,1,1)
semilogy(time1,Pw1,time2,Pw2,time3,Pw3)

Answers (1)

Fangjun Jiang
Fangjun Jiang on 30 Apr 2021
axis()

Categories

Find more on Visual Exploration 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!