Creates a figures that takes up certain area of screen. Almost same as figure, except get to specify what fraction of available screen space figure should take up. Figure appears in center of screen. USAGE varargout = figureResized( screenratio, varargin ) INPUTS screenratio - controls fraction of screen image takes out (<=.8) varargin - parameters to figure OUTPUTS varargout - out from figure EXAMPLE figureResized( .75 ) See also FIGURE Piotr's Computer Vision Matlab Toolbox Version 2.0 Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com] Licensed under the Simplified BSD License [see external/bsd.txt]