what axis will do ??
Info
This question is closed. Reopen it to edit or answer.
Show older comments
what the axis will do ??
eg. axis(x1,x2,y1,y2)
Answers (1)
madhan ravi
on 4 Dec 2018
Edited: madhan ravi
on 4 Dec 2018
Read axis()
the axis specifies the limits for the current axes.
just try the below example
axis(1,10,2,11) % x axis goes from 1 to 10 and y from 2 to 11
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!