Making sparse signal representation
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to make a sparse signal representation in matlab code.
0 commentaires
Réponses (1)
Image Analyst
le 26 Mar 2014
Did you look up sparse in the help? Do you need further help?
4 commentaires
Image Analyst
le 27 Mar 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.
Voir également
Catégories
En savoir plus sur Sparse Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!