Limit the x values that are shown in the histogram
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Julozert
le 3 Mai 2020
Réponse apportée : Mathias Andersen
le 3 Mai 2020
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 commentaires
Réponse acceptée
Mathias Andersen
le 3 Mai 2020
xlim([64 100]) or change the numbers to whatever bounds you want to have.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Histograms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!