Covariance matrix
y = cov(x)
if x is a vector, returns the variance. for matrices, where each row is an observation, and each column a variable, cov(x) is the covariance matrix
Covariance matrix.