SVDS returns empty matrix.

2 Ansichten (letzte 30 Tage)
Manjot Singh
Manjot Singh am 29 Nov. 2015
Beantwortet: Walter Roberson am 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?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 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."

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by