photo

Liz Hahn


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
198,345
of 300,603

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,786

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • First Answer

View badges

Feeds

View by

Answered
reconstructing image that has been decompposed using svd
If I set data as my input image %svd: [u,s,v] = svd(data) data_new1 = u*s*v'; %pca [coef,score] = pca(data); data_new2 = (...

13 years ago | 0

Answered
reconstructing image that has been decompposed using svd
So A will be my image in principal component axis?

13 years ago | 0

Question


princomp and svd are different?
Hello, Im doing pca using princomp and svd. Here what I can conclude: princomp do pca of centered data and will be equal to svd...

13 years ago | 0 answers | 0

0

answers