matlab script added
This commit is contained in:
6
statistics/matlab/intervalplots.m
Normal file
6
statistics/matlab/intervalplots.m
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
close all
|
||||||
|
% histogram
|
||||||
|
figure()
|
||||||
|
x = randn(2000,1);
|
||||||
|
hist(x, 50, 'gray')
|
||||||
|
box('off');
|
||||||
Reference in New Issue
Block a user