% % epage 325 % % 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. % %----- close all; drawnow; clc; clear; addpath( '../../Code/eda_data' ); addpath( '../../Code/eda_toolbox' ); addpath( '../Chapter1' ); load sparrow; X = sparrow; figure; boxplot( X, 'notch', 'on' ); title( 'sparrow data set' ); saveas( gcf, '../../WriteUp/Graphics/Chapter9/prob_9_21_sparrow', 'epsc' );