CEE162/262c Lecture 14: Continuous Stochasticity
CEE162/262c Lecture 14: Continuous Stochasticity. figure(2) plot(t,N(:,1:100), 'k.-' ); xlabel( 't' ); ylabel( 'N(t)' ); figure(3) plot(t,exp(-lambda*t), 'r-' , ... t,lambda*t.*exp(-lambda*t), 'g-' , ... t,(lambda*t).^2/2.*exp(-lambda*t), 'b-' , ... t,num(1:3,:), 'k.' );
628 views • 30 slides