matrix of covariances between the column vectors of two matrices
x_cov = covmat(x1,x2);
matrices of dimensions (n x q1) and (n x q2) respectively or Div structures
a Div structure; xcorr.d is the covariance matrix of dimensions (q1 x q2)
[mat_cov]=covmat(x1,x2)