Home > freetb4matlab > plot > line.m

line

PURPOSE ^

% Create line object from @var{x} and @var{y} and insert in current

SYNOPSIS ^

function h = line (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} line 
% @deftypefnx {Function File} {} line (@var{x}, @var{y})
% @deftypefnx {Function File} {} line (@var{x}, @var{y}, @var{z})
% @deftypefnx {Function File} {} line (@var{x}, @var{y}, @var{z}, @var{property}, @var{value}, @dots{})
% Create line object from @var{x} and @var{y} and insert in current
% axes object.  Return a handle (or vector of handles) to the line
% objects created.
%
% Multiple property-value pairs may be specified for the line, but they
% must appear in pairs.
% @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