matlab script added

This commit is contained in:
Fabian Sinz 2014-10-11 18:25:57 +02:00
parent e64180bb93
commit 63569d8973

View File

@ -0,0 +1,6 @@
close all
% histogram
figure()
x = randn(2000,1);
hist(x, 50, 'gray')
box('off');