필터 지우기
필터 지우기

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