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
14年弱 前 | 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 ...
14年弱 前 | 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 ...
14年弱 前 | 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
14年弱 前 | 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 ...
14年弱 前 | 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...
14年弱 前 | 1 件の回答 | 0