You are on page 1of 1

n = 6;

x = (0:n)';
y = binomial(0.5,n)';
clf()
drawlater()
plot2d3(x,y, style=2, frameflag=5, rect=[-1,0,n+1,0.32])
e = gce();
e.children(1).thickness = 4;
xtitle("Probabilites pour la loi binomiale B(6,1/2)")
drawnow()

You might also like