[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
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- clf /tools/hpmatlab/toolbox/matlab/graphics/clf.m
- drawnow /tools/hpmatlab/toolbox/matlab/graphics/drawnow.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- finite /tools/hpmatlab/toolbox/matlab/ops/finite.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- j /tools/hpmatlab/toolbox/matlab/elmat/j.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- line /tools/hpmatlab/toolbox/matlab/plotxy/line.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- min /tools/hpmatlab/toolbox/matlab/datafun/min.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- pi /tools/hpmatlab/toolbox/matlab/elmat/pi.m
- round /tools/hpmatlab/toolbox/matlab/elfun/round.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- sin /tools/hpmatlab/toolbox/matlab/elfun/sin.m
- tan /tools/hpmatlab/toolbox/matlab/elfun/tan.m
- xor /tools/hpmatlab/toolbox/matlab/ops/xor.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON