% % Example on epage XXX % % Problem on epage 517 % % 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. % %----- clear all; close all; clc; addpath('../../Code/CSTool'); randn('seed',0); rand('seed',0); load okwhite % Loads up two vectors: okwhx, okwhy % These are event locations for the pattern. plot(okwhx,okwhy,'k.') title('Location of Thefts by Caucasian Offenders') getreg = csgetregion(); % display the points we selected: getreg %saveas( gcf, '../../WriteUp/Graphics/Chapter12/prob_12_4_chain', 'epsc' ); clear functions;