SVDS returns empty matrix.

2 visualizaciones (últimos 30 días)
Manjot Singh
Manjot Singh el 29 de Nov. de 2015
Respondida: Walter Roberson el 29 de Nov. de 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?

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de Nov. de 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."

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by