[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
comb
(/tools/hpmatlab/toolbox/signal/comb.m)
Function Synopsis
comb(x,y,linetype)
Help text
COMB Plot discrete sequence data.
COMB(Y) plots the data sequence Y as stems from the x-axis
terminated with circles for the data value.
COMB(X,Y) plots the data sequence Y at the values specified
in X.
There is an optional final string argument to specify a line-type
for the stems of the data sequence. E.g. COMB(X,Y,'-.') or
COMB(Y,':').
Cross-Reference Information
This function calls
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- stem /tools/hpmatlab/toolbox/matlab/plotxy/stem.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON