How to convert numeric matrix into sparse matrix
Mostrar comentarios más antiguos
I have a numeric matrix which the charcter
str =
Hello
a =
72 101 108 108 111 32
a = double(str)
Now i want to convert this numeric matrix into sparse matrix. Kindly help
1 comentario
Adam
el 19 de Dic. de 2017
There isn't any value, as such, in creating a sparse matrix from a matrix containing no, or very few, zeros.
Respuestas (1)
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!