

MATLAB automatically updates the Position property to the new values. MATLAB does not measure the window border when placing the figure the Position property defines only the internal active area of the figure window.īecause figures are windows under the control of your computer's windowing system, you can move and resize figures as you would any other windows. width and height define the size of the interior of the window (i.e., exclusive of the window border). Left and bottom define the position of the first addressable pixel in the lower left corner of the window, specified with respect to the lower left corner of the screen.

MATLAB defines the figure Position property as a vector. This default creates figures about one-quarter of the screen's size and places them centered left to right and in the top half of the screen. At startup, MATLAB determines the size of your computer screen and defines a default value for Position.

The figure Position property controls the size and location of the figure window on the root screen. Positioning Figures :: Figure Properties (Graphics) Graphics
