Making sparse signal representation

1 次查看(过去 30 天)
How to make a sparse signal representation in matlab code.

回答(1 个)

Image Analyst
Image Analyst 2014-3-26
Did you look up sparse in the help? Do you need further help?
  4 个评论
Tinkul
Tinkul 2014-3-27
Suppose i have an image of size 255x255.I have to make it sparse. Then how can I make it sparse? And how can find sparsity of that image.Please help....
Image Analyst
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Sparse Matrices 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by