[Master Index]
[Index for Courses]
inout
(ee2200/inout.m)
Function Synopsis
inout(x, y, nstart, npts, nsect)
Help text
INOUT plot LONG input & output signals together [5/94 jMc]
----- put them on alternate lines in a strip plot
usage:
inout(xin, yout, nstart, npts, nsect)
xin = INPUT signal vector
yout = OUTPUT signal vector
nstart = STARTING sample number in both sigs
npts = number of points to plot PER LINE
nsect = number of in/out PAIRS of LINES
(for best results use nsect = 4) <====
NOTE: the signals x[n] & y[n] are plotted over the index
range: n = nstart --> n = nstart + npts*nsect - 1
see also STRIPLOT
Cross-Reference Information
This function calls
- break /tools/hpmatlab/toolbox/matlab/lang/break.m
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- striplot ee2200/striplot.m
- xlabel /tools/hpmatlab/toolbox/matlab/plotxy/xlabel.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON