Matlab-code for SVD

4 vues (au cours des 30 derniers jours)
Hieu Le Thanh
Hieu Le Thanh le 27 Avr 2012
Hi there, I am a beginner with matlab. I would like to see the matlab-code for computing the singular value decomposition (standard SVD algorithm) of a matrix. So, could someone tell me how I can get the code, please? If yes, which version of Matlab we can see such the matlab code? Best.

Réponses (2)

Andreas Goser
Andreas Goser le 27 Avr 2012
The exact source code is indeed protected, but based on what I know of the history and origins of MATLAB, you could look up how the singular value decomposition algorthim is in LAPACK and you know how it is done in MATLAB.
  1 commentaire
Jan
Jan le 28 Avr 2012
The documentation of Matlab 2009a explains, that Lapack's DGESVD is used for real doubles.

Connectez-vous pour commenter.


Wayne King
Wayne King le 27 Avr 2012
Hi, You cannot see that code. It is a built-in function.

Catégories

En savoir plus sur Eigenvalues dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by