% 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. % %----- L=1; d=1/3; figure; hold on; grid on; patch( [0,0,L-d,L,L,d], [0,d,L,L,L-d,0], 'k' ); xlabel( 'X (RV)' ); ylabel( 'Y (RV)' ); saveas( gcf, '../../WriteUp/Graphics/Chapter3/prob_3_8_int_region', 'epsc' );