There is a property of the figure window called Position where the x-position, y-position, width, and height are stored. To change this, do the following:
pos=[x_position, y_position, width, height];
set(gcf,'Position',pos)