function iterating(mu,n); y(1)=.4; for i=2:n y(i)=logistic(y(i-1),mu); end plot(y,'.')