Feeds
提问
covariance of a matrix which is not a square matrix
we have a matrix of dimension (65536X12) how can we find covariance of such a matrix which is not a square matrix
13 years 前 | 1 个回答 | 0
1
个回答提问
inverse eigen
for instance, i used matlab command [V,D]=eig(A) on matrix A, from which i get eigen vectors(V) and eigen values(D), now i wish ...
13 years 前 | 0 个回答 | 0
0
个回答已回答
inverse eigen
for instance, i used matlab command [V,D]=eig(A) on matrix A, from which i get eigen vectors(V) and eigen values(D), now i wish ...
inverse eigen
for instance, i used matlab command [V,D]=eig(A) on matrix A, from which i get eigen vectors(V) and eigen values(D), now i wish ...
13 years 前 | 0
提问
covariance of 3 D matrix
How do we find out covariance of a 3 D matrix? knowing the fact that covariance is always measured between two dimensions
13 years 前 | 1 个回答 | 0
1
个回答提问
to form a single 3 D matrix using three different matrices
How can we form a 3D matrix using 3 different matrices. for example i have three (256x4) matrices and I have to form a single 3 ...
13 years 前 | 1 个回答 | 0
1
个回答提问
Combining 4 column matrices to form a new single matrix having its column as those column matrices
Iam working on a project where i have 4 different images and their matrices,I have to convert each of these matrices into column...
13 years 前 | 1 个回答 | 0