Files
matlab-learning/plotxy20.m
2025-10-20 10:11:16 +08:00

3 lines
79 B
Matlab

x=randn(10000,1);
hist(x,25);
set(findobj(gca,'type','patch'),'edgecolor','w');