About boxplotI wanted to compare the example in boxplot like in the figure but it does not work. x1=rand(4,6); x2=rand(3,7); x3=rand(8,9); figure boxplot(x1,'Label','A'); hold on; boxplot(x2,'Label','B'); hold on; boxplot(x3,'Label','C');
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
Any help?
2 commentaires
Abinet
le 8 Nov 2014
Geoff Hayes
le 8 Nov 2014
Abinet - your question seems to be a duplicate of your previous post http://www.mathworks.com/matlabcentral/answers/161839-boxplot-does-not-work. Why not continue the discussion there?
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!