[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/datafun]
mean
(/tools/hpmatlab/toolbox/matlab/datafun/mean.m)
Function Synopsis
y = mean(x)
Help text
MEAN Average or mean value.
For vectors, MEAN(X) is the mean value of the elements in X.
For matrices, MEAN(X) is a row vector containing the mean value
of each column.
See also MEDIAN, STD, MIN, MAX.
Cross-Reference Information
This function calls
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sum /tools/hpmatlab/toolbox/matlab/datafun/sum.m
This function is called by
- cohere /tools/hpmatlab/toolbox/signal/cohere.m
- csd /tools/hpmatlab/toolbox/signal/csd.m
- detrend /tools/hpmatlab/toolbox/signal/detrend.m
- psdchk /tools/hpmatlab/toolbox/signal/psdchk.m
- residuez /tools/hpmatlab/toolbox/signal/residuez.m
- tfe /tools/hpmatlab/toolbox/signal/tfe.m
- vco /tools/hpmatlab/toolbox/signal/vco.m
- xcov /tools/hpmatlab/toolbox/signal/xcov.m
- zvect ee2200/zvect.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON