[Master Index]
[Index for Courses]
zvect
(ee2200/zvect.m)
Function Synopsis
hv = zvect(zFrom, zTo, arg3, arg4)
Help text
ZVECT Plot complex numbers as vectors in the (x,y)-plane
-----
usage: zvect( Z )
Z: is a vector of complex numbers; each one will be
displayed as an arrow emanating from the origin.
---->> alternate calling formats <<-------
HV = zvect( zFrom, zTo )
Plot vectors in complex z-plane from zFrom to zTo
** If either zFrom or zTo is a scalar, all vectors
will start or end at that point.
HV: output handle from graphics of vector plot
HV = zvect(zFrom, zTo, LTYPE, SCALE)
LTYPE: string containing any valid line type (see PLOT)
SCALE: controls size of arrowhead (default = 1.0)
(order of LTYPE and SCALE args doesn't matter)
See also ZCAT, PLOT, COMPASS, ROSE, FEATHER, QUIVER.
Cross-Reference Information
This function calls
- abs /tools/hpmatlab/toolbox/matlab/elfun/abs.m
- 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
- error /tools/hpmatlab/toolbox/matlab/lang/error.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
- imag /tools/hpmatlab/toolbox/matlab/elfun/imag.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- ishold /tools/hpmatlab/toolbox/matlab/graphics/ishold.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- mean /tools/hpmatlab/toolbox/matlab/datafun/mean.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- nargout /tools/hpmatlab/toolbox/matlab/elmat/nargout.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
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sqrt /tools/hpmatlab/toolbox/matlab/elfun/sqrt.m
This function is called by
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON