Home > freetb4matlab > graceplot > alternatives > mplot.m

mplot

PURPOSE ^

% This is a modified version of the @code{plot} function that makes

SYNOPSIS ^

function mplot (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} mplot (@var{x}, @var{y})
% @deftypefnx {Function File} {} mplot (@var{x}, @var{y}, @var{fmt})
% @deftypefnx {Function File} {} mplot (@var{x1}, @var{y1}, @var{x2}, @var{y2})
% This is a modified version of the @code{plot} function that makes 
% multiple plots per page.
% This plot version automatically advances to the next subplot position
% after each set of arguments are processed.
%
% See the description of the @var{plot} function for the various options.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003