SVDS returns empty matrix.

2 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
Walter Roberson 2015-11-29
"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."

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by