Making sparse signal representation

조회 수: 4 (최근 30일)
Tinkul
Tinkul 2014년 3월 26일
댓글: Image Analyst 2014년 3월 27일
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