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
Ameer Hamza 2020년 3월 6일

0 개 추천

See xlim(). Set x-axis limits with
xlim([0 10]);
replace 10 with whatever you want

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

태그

질문:

2020년 3월 6일

답변:

2020년 3월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by