3D sparse matrices
Mostrar comentarios más antiguos
Hi,
I've read a few posts (dating from 2015) from people seeking to implement 3D sparse matrices in MATLAB. I'm wondering why is the case that there's still no option to create this 3D sparse matrices in MATLAB.
Regards
Respuestas (1)
James Tursa
el 1 de Nov. de 2022
0 votos
You can use the ndSparse FEX submission by Matt J:
1 comentario
Francisco E. Enríquez Mier y Terán
el 2 de Nov. de 2022
Hi James,
Thanks. I'll ask Matt J. about the limitations of his code.
My task is creating a 3D matrix with 33856 x 33856 x 16 elements. Many of them zero; of course.
Categorías
Más información sobre Sparse Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!