— Function File: meansq (x)
— Function File: meansq (x, dim)
For vector arguments, return the mean square of the values.
For matrix arguments, return a row vector containing the mean square
of each column. With the optional dim argument, returns the
mean squared of the values along this dimension.