[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
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON