function out=patchFavorite()
favoriteColor = input('What is your favorite color?','s');

x = [0 0 1 1];
y = [0 1 1 0];
patch(x, y, favoriteColor);
