How to use Svd

2 views (last 30 days)
Claudia Santos
Claudia Santos on 19 Jan 2016
Commented: David Young on 19 Jan 2016
If I want to SVD an image, I cant do this?
a= imread('C:\Users\Acer\Desktop\Inves\teddy.jpg');
s = svd(a)
[U,S,V] = svd(a)
[U,S,V] = svd(a,0)
[U,S,V] = svd(a,'econ')
  1 Comment
David Young
David Young on 19 Jan 2016
Is the problem that the code doesn't work because the image is not a matrix, because it has 3 colour planes?
Can you say why you want to take the SVD of the image? What use do you expect it to be? What problem are you trying to solve? Is there some mathematical background to what you are trying to do?

Sign in to comment.

Answers (0)

Categories

Find more on Eigenvalues in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!