[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/plotxy]

comet

(/tools/hpmatlab/toolbox/matlab/plotxy/comet.m)


Function Synopsis

comet(x, y, p)

Help text

COMET	Comet plot.
	COMET(Y) displays an animated comet plot of the vector Y.
	COMET(X,Y) displays an animated comet plot of vector Y vs. X.
	COMET(X,Y,p) uses a comet of length p*length(Y).  Default is p = 0.10.
	COMET, by itself, is self demonstrating.
	Example:
	    t = -pi:pi/200:pi;
	    comet(t,tan(sin(t))-sin(tan(t)))
	See also QUAKEDEMO, COMET3.

Cross-Reference Information

This function calls

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON