フィルターのクリア

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