% % % Biofisica 2006 - FCEyN - UBA % Random Walks function w=rw(p,l) q=1-p; w(1)=0; % Lugar de comienzo del random walk for i=1:l if rand