load house.mat

figure(1);
plot(house(:,1), house(:, 2));
xlim([-10, 10]);
ylim([-10, 10]);
axes equal
title('original house', 'FontSize', 12)