[Master Index]
[Index for Courses]
zcat
(ee2200/zcat.m)
Function Synopsis
hv = zcat(z, arg2, arg3)
Help text
ZCAT Plot vectors in z-plane end-to-end
----
usage: zcat( Z )
z = vector of complex numbers; each complex # is displayed
as a vector, with the arrows placed end-to-end
---->> alternate calling format <<---------
hv = zcat(Z, <LTYPE>, <SCALE>)
LTYPE: string containing any valid line type (see PLOT)
SCALE: varies size of arrowhead (default = 1.0)
(order of LTYPE and SCALE args doesn't matter)
hv: output handle from graphics of vector plot
See also ZVECT, COMPASS, ROSE, FEATHER, QUIVER.
Cross-Reference Information
This function calls
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- cumsum /tools/hpmatlab/toolbox/matlab/datafun/cumsum.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
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- ishold /tools/hpmatlab/toolbox/matlab/graphics/ishold.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- nargout /tools/hpmatlab/toolbox/matlab/elmat/nargout.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- zvect ee2200/zvect.m
This function is called by
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON