Matlab-code for SVD

조회 수: 5 (최근 30일)
Hieu Le Thanh
Hieu Le Thanh 2012년 4월 27일
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.

답변 (2개)

Andreas Goser
Andreas Goser 2012년 4월 27일
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
Jan
Jan 2012년 4월 28일
The documentation of Matlab 2009a explains, that Lapack's DGESVD is used for real doubles.

댓글을 달려면 로그인하십시오.


Wayne King
Wayne King 2012년 4월 27일
Hi, You cannot see that code. It is a built-in function.

카테고리

Help CenterFile Exchange에서 Eigenvalues에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by