Feeds
提问
Shrinking matrices of different sizes into normalized square matrices
I have sparse matrices of varying sizes and I want to somehow normalize them into constant sized matrices. For example, the spar...
10 years 前 | 1 个回答 | 0
1
个回答提问
SVDS returns empty matrix.
I have a 1000x1000 sparse matrix A. I am calling svds(A,10). I am getting an empty matrix as a result. I can't understand why am...
10 years 前 | 1 个回答 | 0
1
个回答提问
Shrinking a Sparse Matrix
I have a sparse matrix and I want to kind of shrink its size by storing just one column per every 10 columns in the matrix. Is t...
10 years 前 | 1 个回答 | 0
