% % Written by: % -- % John L. Weatherwax 2008-02-20 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- n = 100; x = randn(1,n)*sqrt(2) + 10; [h,stats] = cdfplot(x);