SVDS returns empty matrix.

1 view (last 30 days)
Manjot Singh
Manjot Singh on 29 Nov 2015
Answered: Walter Roberson on 29 Nov 2015
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 I getting this result. I visualized this matrix and found out that most of the non-zero elements appear to be along the diagonal. Is the result of svds an empty matrix because of the the placement of non-zero elements along the diagonal of the matrix?

Accepted Answer

Walter Roberson
Walter Roberson on 29 Nov 2015
"svds checks the accuracy of the computed singular vectors. If the vectors are not accurate enough, then svds returns fewer singular values than requested. To obtain the requested number of singular values, try decreasing the error tolerance in the options structure."

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!