Matlab-code for SVD
3 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (2 件)
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
2012 年 4 月 28 日
The documentation of Matlab 2009a explains, that Lapack's DGESVD is used for real doubles.
参考
カテゴリ
Help Center および File Exchange で Eigenvalues についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!