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!
댓글 수: 0
답변 (2개)
itsik
2011년 6월 17일
0 개 추천
댓글 수: 2
Walter Roberson
2011년 6월 17일
After that plot() statement,
ylim([0 10])
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!