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!