[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/plotxy]
stem
(/tools/hpmatlab/toolbox/matlab/plotxy/stem.m)
Function Synopsis
stem(x,y,linetype)
Help text
STEM Plot discrete sequence data.
STEM(Y) plots the data sequence Y as stems from the x-axis
terminated with circles for the data value.
STEM(X,Y) plots the data sequence Y at the values specfied
in X.
There is an optional final string argument to specify a line-type
for the stems of the data sequence. E.g. STEM(X,Y,'-.') or
STEM(Y,':').
See also PLOT, BAR, STAIRS.
Cross-Reference Information
This function calls
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- gcf /tools/hpmatlab/toolbox/matlab/graphics/gcf.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- hold /tools/hpmatlab/toolbox/matlab/graphics/hold.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- nan /tools/hpmatlab/toolbox/matlab/elmat/nan.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- newplot /tools/hpmatlab/toolbox/matlab/graphics/newplot.m
- ones /tools/hpmatlab/toolbox/matlab/elmat/ones.m
- plot /tools/hpmatlab/toolbox/matlab/plotxy/plot.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
This function is called by
- comb /tools/hpmatlab/toolbox/signal/comb.m
- impz /tools/hpmatlab/toolbox/signal/impz.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON