Can I have array of sparse matrices?

7 visualizaciones (últimos 30 días)
Jakub Závada
Jakub Závada el 9 de Mayo de 2015
Editada: James Tursa el 10 de Mayo de 2015
I have array of matrices. Every matrix has only one non-zero element in every row. So I want to save it as array of sparse matrices. How can I do it? sparse(A) where A is array of matrices returns error "Undefined function 'sparse' for input arguments of type 'double' and attributes 'full 3d real'."

Respuesta aceptada

John D'Errico
John D'Errico el 9 de Mayo de 2015
You CAN have a cell array of sparse matrices. So every cell may contain a sparse matrix. But you cannot have a sparse 3-d matrix.

Más respuestas (1)

James Tursa
James Tursa el 10 de Mayo de 2015
Editada: James Tursa el 10 de Mayo de 2015
Yes, but not directly with inbuilt MATLAB functionality. Instead, you can use this FEX submission by Matt J:

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by