College of Natural Sciences
 
FAQs
This is for IE7 to hold div open

2.2.3.1. How do I change the size and position of my figure window?

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)