[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
strips
(/tools/hpmatlab/toolbox/signal/strips.m)
Function Synopsis
h = strips(x,sd,Fs)
Help text
STRIPS Strip plot.
STRIPS(X) plots vector X in horizontal strips of length 250.
If X is a matrix, STRIPS(X) plots each column of X in horizontal
strips.
STRIPS(X,N) plots vector X in strips that are each N samples long.
STRIPS(X,SD,Fs) plots vector X in horizontal strips of duration SD
seconds given sampling frequency of Fs samples per second.
If X is a matrix, STRIPS(X,N) and STRIPS(X,SD,Fs) plot the different
columns of X on the same strip plot.
STRIPS ignores the imaginary part of X if it is complex.
See also PLOT, STEM.
Cross-Reference Information
This function calls
- any /tools/hpmatlab/toolbox/matlab/ops/any.m
- ceil /tools/hpmatlab/toolbox/matlab/elfun/ceil.m
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- flipud /tools/hpmatlab/toolbox/matlab/elmat/flipud.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- imag /tools/hpmatlab/toolbox/matlab/elfun/imag.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- isnan /tools/hpmatlab/toolbox/matlab/ops/isnan.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- min /tools/hpmatlab/toolbox/matlab/datafun/min.m
- nargchk /tools/hpmatlab/toolbox/matlab/lang/nargchk.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
- real /tools/hpmatlab/toolbox/matlab/elfun/real.m
- rem /tools/hpmatlab/toolbox/matlab/elfun/rem.m
- reshape /tools/hpmatlab/toolbox/matlab/elmat/reshape.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.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
- moddemo /tools/hpmatlab/toolbox/signal/moddemo.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON