IRIS Toolbox Reference Manual

maxfigure

Maximize figure window

Syntax

Fig = maxfigure(H,...)
Fig = maxfigure(...)

Input arguments

Output arguments

Options

See help on standar figure for the options available.

Description

The function maxfigure uses get(0,'screenSize') to determine the size of the screen, and sets the figure property 'outerPosition' accordingly.

Example