comparison scripts/plot/comet.m @ 9042:97aa01a85ea4

Merge documentation cleanup changes to main branch.
author Rik <rdrider0-list@yahoo.com>
date Wed, 25 Mar 2009 18:13:08 -0700
parents dbd0c77e575e
children 95c3e38098bf
comparison
equal deleted inserted replaced
9019:12ca81f1fa99 9042:97aa01a85ea4
18 ## @deftypefn {Function File} {} comet (@var{y}) 18 ## @deftypefn {Function File} {} comet (@var{y})
19 ## @deftypefnx {Function File} {} comet (@var{x}, @var{y}) 19 ## @deftypefnx {Function File} {} comet (@var{x}, @var{y})
20 ## @deftypefnx {Function File} {} comet (@var{x}, @var{y}, @var{p}) 20 ## @deftypefnx {Function File} {} comet (@var{x}, @var{y}, @var{p})
21 ## @deftypefnx {Function File} {} comet (@var{ax}, @dots{}) 21 ## @deftypefnx {Function File} {} comet (@var{ax}, @dots{})
22 ## Produce a simple comet style animation along the trajectory provided by 22 ## Produce a simple comet style animation along the trajectory provided by
23 ## the input coordinate vecors (@var{x}, @var{y}), where @var{x} will default 23 ## the input coordinate vectors (@var{x}, @var{y}), where @var{x} will default
24 ## to the indices of @var{y}. 24 ## to the indices of @var{y}.
25 ## 25 ##
26 ## The speed of the comet may be controlled by @var{p}, which represents the 26 ## The speed of the comet may be controlled by @var{p}, which represents the
27 ## time which passes as the animation passes from one point to the next. The 27 ## time which passes as the animation passes from one point to the next. The
28 ## default for @var{p} is 0.1 seconds. 28 ## default for @var{p} is 0.1 seconds.
29 ## 29 ##
30 ## If @var{ax} is specified the animition is produced in that axis rather than 30 ## If @var{ax} is specified the animation is produced in that axis rather than
31 ## the @code{gca}. 31 ## the @code{gca}.
32 ## @end deftypefn 32 ## @end deftypefn
33 33
34 ## Author: Ben Abbott bpabbott@mac.com 34 ## Author: Ben Abbott bpabbott@mac.com
35 ## Created: 2008-09-21 35 ## Created: 2008-09-21