IRIS Toolbox Reference Manual

maxfigure

Create graphics window maximised across the entire screen

Syntax

Fig = maxfigure(...)

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