% % Written by: % -- % John L. Weatherwax 2005-08-14 % % 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' ); load environmental; % group everthing togther into one matrix: x = [Ozone,SolarRadiation,Temperature,WindSpeed]; % specify some tours of interest (to save): torustour(x,852); saveas( gcf, '../../WriteUp/Graphics/Chapter4/prob_4_2_env_k_852', 'epsc' ); % specify some tours of interest (to save): torustour(x,988); saveas( gcf, '../../WriteUp/Graphics/Chapter4/prob_4_2_env_k_988', 'epsc' );