[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/plotxy]
hist
(/tools/hpmatlab/toolbox/matlab/plotxy/hist.m)
Function Synopsis
[no,xo] = hist(y,x)
Help text
HIST Plot histograms.
HIST(Y) plots a histogram with 10 equally spaced bins between
the minimum and maximum values in Y, showing the distribution
of the elements in vector Y.
HIST(Y,N), where N is a scalar, uses N bins.
HIST(Y,X), where X is a vector, draws a histogram using the
bins specified in X.
[N,X] = HIST(...) does not draw a graph, but returns vectors
X and N such that BAR(X,N) is the histogram.
See also BAR.
Cross-Reference Information
This function calls
- bar /tools/hpmatlab/toolbox/matlab/plotxy/bar.m
- diff /tools/hpmatlab/toolbox/matlab/datafun/diff.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- input /tools/hpmatlab/toolbox/matlab/lang/input.m
- length /tools/hpmatlab/toolbox/matlab/general/length.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
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sum /tools/hpmatlab/toolbox/matlab/datafun/sum.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
This function is called by
- rose /tools/hpmatlab/toolbox/matlab/plotxy/rose.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON