Making sparse signal representation
조회 수: 2 (최근 30일)
이전 댓글 표시
How to make a sparse signal representation in matlab code.
댓글 수: 0
답변 (1개)
Image Analyst
2014년 3월 26일
Did you look up sparse in the help? Do you need further help?
댓글 수: 4
Image Analyst
2014년 3월 27일
From the help:
S = sparse(A) converts a full matrix to sparse form by squeezing out any zero elements
So, how many zeros are in your image? And your image is so tiny that I wonder why you're even bothering with sparse. I never use it and I deal with a lot bigger images than that.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!