4 lines
51 B
Matlab
4 lines
51 B
Matlab
x = randn(40, 10);
|
|
boxplot(x, 'whisker', 100.0 );
|
|
|
x = randn(40, 10);
|
|
boxplot(x, 'whisker', 100.0 );
|
|
|