[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
- 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
- exp /tools/hpmatlab/toolbox/matlab/elfun/exp.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- hold /tools/hpmatlab/toolbox/matlab/graphics/hold.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- imag /tools/hpmatlab/toolbox/matlab/elfun/imag.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
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- nargout /tools/hpmatlab/toolbox/matlab/elmat/nargout.m
- pi /tools/hpmatlab/toolbox/matlab/elmat/pi.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
- sqrt /tools/hpmatlab/toolbox/matlab/elfun/sqrt.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON