필터 지우기
필터 지우기

how to limit one axis in plot function

조회 수: 1 (최근 30일)
muthu kumar
muthu kumar 2011년 6월 8일
hai i want to limit one aixis for a particular limit how can i do this i think it is very easy , but i am new , plz any one can help me ex; plot(x,y1,x,y2,x,y3) in this i want to limit y axis in , i already limit x axis but i want to limit y1,y2,y3 in the limit of -1.5 to 1.5 plz guide me

채택된 답변

Paulo Silva
Paulo Silva 2011년 6월 8일
ylim([-1.5 1.5])
or
set(gca,'ylim',[-1.5 1.5])

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by