필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

problem to show the axis

조회 수: 1 (최근 30일)
itsik
itsik 2011년 6월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
hello to u! i have a problem when i make a plot of graph and in 'y' axis i have parameters between 0:300 and i want to show on the plot graph only the parametes between 0:10 how do i do that? thanks alot!

답변 (2개)

Walter Roberson
Walter Roberson 2011년 6월 17일
Use ylim

itsik
itsik 2011년 6월 17일
i know but how to use ylim? like if i have this plot(t,x1,t,x2)
  댓글 수: 2
Walter Roberson
Walter Roberson 2011년 6월 17일
After that plot() statement,
ylim([0 10])
Yella
Yella 2011년 6월 18일
help xlim ..... u get all type of syntaxes for xlim ylim and zlim...
HTH

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by