% % Written by: % -- % John L. Weatherwax 2007-09-10 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- lambda = 20; mu = 12; N = 3; L = L_MM1_queue(lambda,mu,N); fprintf( 'L = %10.6f\n', L ); W = W_MM1_queue(lambda,mu,N); fprintf( 'W = %10.6f (hour); W = %10.6f (min)\n', W, W*60 );