Problem in setting xtick labels
Afficher commentaires plus anciens
I have a plot like this:
E = plot(100.*x2(433:444,1),'*-r','MarkerSize', 5);
set(gca,'xtick',1:1:12);
set(gca,'xticklabel',['10/12';'11/12';'12/12','1/13';'2/13';'3/13';'4/13';'5/13';'6/13';'7/13';'8/13','9/13'])
legend([E],'0.25 Percentile (11 mg/l)');
but I get this error:
Error using vertcat
Dimensions of matrices being concatenated are not consistent.
How can I fix it? Thanks
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!