Fig = maxfigure(H,...)
Fig = maxfigure(...)
H
[ handle ] - Handle to existing figure window that will be maximized; if omitted, a new maximized figure window will be created.Fig
[ numeric ] - Handle to the figure created.See help on standar figure
for the options available.
The function maxfigure
uses get(0,'screenSize')
to determine the size of the screen, and sets the figure property 'outerPosition'
accordingly.