Home > freetb4matlab > plot > comet.m

comet

PURPOSE ^

% Produce a simple comet style animation along the trajectory provided by

SYNOPSIS ^

function comet (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} comet (@var{y})
% @deftypefnx {Function File} {} comet (@var{x}, @var{y})
% @deftypefnx {Function File} {} comet (@var{x}, @var{y}, @var{p})
% @deftypefnx {Function File} {} comet (@var{ax}, @dots{})
% Produce a simple comet style animation along the trajectory provided by 
% the input coordinate vectors (@var{x}, @var{y}), where @var{x} will default
% to the indices of @var{y}.
%
% The speed of the comet may be controlled by @var{p}, which represents the
% time which passes as the animation passes from one point to the next.  The
% default for @var{p} is 0.1 seconds.
%
% If @var{ax} is specified the animation is produced in that axis rather than
% the @code{gca}.
% @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