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');

Any help?

2 commentaires

I 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');
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.

Tags

Question posée :

le 8 Nov 2014

Clôturé :

le 20 Août 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by