matlab script added
This commit is contained in:
parent
e64180bb93
commit
63569d8973
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