figureResized

PURPOSE ^

Creates a figures that takes up certain area of screen.

SYNOPSIS ^

function varargout = figureResized( screenratio, varargin )

DESCRIPTION ^

 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 Image&Video Toolbox      Version 2.0
 Copyright 2008 Piotr Dollar.  [pdollar-at-caltech.edu]
 Please email me if you find bugs, or have suggestions or questions!
 Licensed under the Lesser GPL [see external/lgpl.txt]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated by m2html © 2003