x = [ 2 -2  1 3 -1];
y = [ 2  2 -2 1 -3];
compass(x,y);
title('\bfExample of a Compass Plot');
grid on
