Home > freetb4matlab > plot > fill.m

fill

PURPOSE ^

% Create one or more filled patch objects, returning a patch object for each.

SYNOPSIS ^

function retval = fill (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} fill (@var{x}, @var{y}, @var{c})
% @deftypefnx {Function File} {} fill (@var{x1}, @var{y1}, @var{c1}, @var{x2}, @var{y2}, @var{c2})
% @deftypefnx {Function File} {} fill (@dots{}, @var{prop}, @var{val})
% @deftypefnx {Function File} {} fill (@var{h}, @dots{})
% @deftypefnx {Function File} {@var{h} =} fill (@dots{})
% Create one or more filled patch objects, returning a patch object for each.
% @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