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!