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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 13:09:09 by m2html © 2003