% % Written by: % -- % John L. Weatherwax 2006-07-06 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- xv = [ 0; 2 ]; yv = [ 0; 2 ]; line( xv, yv ); text( xv(2), yv(2), 'v' ); hold on; xw = [ 0; 1 ]; yw = [ 0; -1 ]; line( xw, yw ); text( xw(2), yw(2), 'w' ); axis( [ -0.5 2.5 -1.5 2.5 ] ); %saveas( gcf, 'prob_1_1_2.eps' );