How to change x-axis with boxplot
Afficher commentaires plus anciens
I have boxplot like this
X = randn(100,82);
boxplot(X)
How to change the x-axis to only show the indices 20,40,60, and 80.
This code is not working
set(gca,'XTick',(20:20:80));
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Box Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

