Description
Returns a row vector containing the mean squared deviation of
each column of x,
where x is a real or double-precision matrix.
The return value has the same type and column dimension as x.
Example
x = [{0., 2., 4.}, {0., -1., 1.}]
colmse(x)
returns
[ 2.66667 , 0.666667 ]