arithmetic mean
m = mean(v)
vector of real numbers
real number
mean(v) returns the arithmetic mean of the components of the vector v.
mean(v)
v.
v=[8,10,11] mean(v)