How to convert numeric matrix into sparse matrix
显示 更早的评论
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 个评论
Adam
2017-12-19
There isn't any value, as such, in creating a sparse matrix from a matrix containing no, or very few, zeros.
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Sparse Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!