mean
(method of vector3d)
computes the mean vector
Syntax
% average direction with respect to the first nonsingleton dimension
m = mean(v)
% average direction along dimension d
m = mean(v,d)
% average axis m = mean(v,'antipodal')
Input
v | |||||
param,val | Parameters and values that control mean
|
Output
m |
MTEX 4.2.0 |