Can I have array of sparse matrices?
古いコメントを表示
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'."
採用された回答
その他の回答 (1 件)
James Tursa
2015 年 5 月 10 日
編集済み: James Tursa
2015 年 5 月 10 日
0 投票
Yes, but not directly with inbuilt MATLAB functionality. Instead, you can use this FEX submission by Matt J:
カテゴリ
ヘルプ センター および File Exchange で Sparse Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!