% % 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 skulls; X = skullsdata; figure; boxprct( X ); title( 'skulls data set' ); saveas( gcf, '../../WriteUp/Graphics/Chapter9/prob_9_22_skulls', 'epsc' );