Could any body help me to hold y axis constant number as the x axis changing ?
이전 댓글 표시
I am trying to draw one matrix whose values are changing 1 to 7 on yaxis and I want to determine yaxis' value 7 for every x intervals. I mean if x interval has max value on 1.4 , autoscale plots 0 to 2. I want to prevent this case.
답변 (1개)
Dishant Arora
2014년 2월 23일
xlim('auto');
ylim([1 7]);
댓글 수: 2
Onur PEKER
2014년 2월 23일
Dishant Arora
2014년 2월 23일
xlim([0 7]);
There's no constraint on Y axis ???
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!