Borrar filtros
Borrar filtros

Making sparse signal representation

1 visualización (últimos 30 días)
Tinkul
Tinkul el 26 de Mzo. de 2014
Comentada: Image Analyst el 27 de Mzo. de 2014
How to make a sparse signal representation in matlab code.

Respuestas (1)

Image Analyst
Image Analyst el 26 de Mzo. de 2014
Did you look up sparse in the help? Do you need further help?
  4 comentarios
Tinkul
Tinkul el 27 de Mzo. de 2014
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 el 27 de Mzo. de 2014
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Sparse Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by