[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/plotxy]
rose
(/tools/hpmatlab/toolbox/matlab/plotxy/rose.m)
Function Synopsis
[tout,rout] = rose(theta,x)
Help text
ROSE Plot rose or angle histogram.
ROSE(THETA) plots the angle histogram for the angles in THETA.
The angles in the vector THETA must be specified in radians.
ROSE(THETA,N) where N is a scalar, uses N equally spaced bins
from 0 to 2*PI. The default value for N is 20.
ROSE(THETA,X) where X is a vector, draws the histogram using the
bins specified in X.
[T,R] = ROSE(...) returns the vectors T and R such that
POLAR(T,R) is the histogram. No plot is drawn.
Cross-Reference Information
This function calls
- 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
- hist /tools/hpmatlab/toolbox/matlab/plotxy/hist.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- min /tools/hpmatlab/toolbox/matlab/datafun/min.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
- polar /tools/hpmatlab/toolbox/matlab/plotxy/polar.m
- rem /tools/hpmatlab/toolbox/matlab/elfun/rem.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sort /tools/hpmatlab/toolbox/matlab/datafun/sort.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON