Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
  2 Comments
Abinet
Abinet on 8 Nov 2014
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');

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!