problem to show the axis

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일

0 개 추천

Use ylim
itsik
itsik 2011년 6월 17일

0 개 추천

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

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

질문:

2011년 6월 17일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by