Info

此问题已关闭。 请重新打开它进行编辑或回答。

what axis will do ??

1 次查看(过去 30 天)
Gaurav Sharma
Gaurav Sharma 2018-12-4
关闭: MATLAB Answer Bot 2021-8-20
what the axis will do ??
eg. axis(x1,x2,y1,y2)

回答(1 个)

madhan ravi
madhan ravi 2018-12-4
编辑:madhan ravi 2018-12-4
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

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by