Limit the x values that are shown in the histogram
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I created a histogram but i dont want the x values of 0-64 are shown. How can i limit the x output?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/289903/image.png)
0 个评论
采纳的回答
Mathias Andersen
2020-5-3
xlim([64 100]) or change the numbers to whatever bounds you want to have.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!