This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/statistics/code/boxwhisker.m

4 lines
51 B
Matlab

x = randn(40, 10);
boxplot(x, 'whisker', 100.0 );