[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/plotxy]

compass

(/tools/hpmatlab/toolbox/matlab/plotxy/compass.m)


Function Synopsis

[hc,hb] = compass(x,y,s)

Help text

COMPASS Compass plot.
	COMPASS(Z) draws a graph that displays the angle and magnitude
	of the complex elements of Z as arrows emanating from the origin.

	COMPASS(X,Y) is equivalent to COMPASS(X+i*Y).  It displays the
	compass plot for the angles and magnitudes of the elements of
	matrices X and Y.

	COMPASS(Z,'S') and COMPASS(X,Y,'S') use line style 'S' where
	'S' is any legal linetype as described under the PLOT command.

	See also ROSE, FEATHER, QUIVER.

Cross-Reference Information

This function calls

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