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!