Plotting X Axis numbers
이전 댓글 표시
In matlab I have my length set to 9 how do I have my x axis on my plot from 0 to whatever I set my length to
답변 (1개)
Ameer Hamza
2020년 3월 6일
See xlim(). Set x-axis limits with
xlim([0 10]);
replace 10 with whatever you want
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!