3 lines
79 B
Matlab
3 lines
79 B
Matlab
x=randn(10000,1);
|
|
hist(x,25);
|
|
set(findobj(gca,'type','patch'),'edgecolor','w'); |