i need the matlab function SVD
이전 댓글 표시
HI friends, can anyone give me a link to download the singular value decompose (SVD) function? please people, i really need it.
thanks
답변 (1개)
Sean de Wolski
2013년 3월 28일
If you have a regular legal installation of MATLAB; svd() should be present.
If it is not, what is the output from the following?
which -all svd
If nothing shows up, try:
restoredefaultpath; rehash toolboxcache
If that doesn't work; contact technical support.
댓글 수: 6
ibrahim
2013년 3월 28일
편집: Walter Roberson
2013년 3월 28일
Walter Roberson
2013년 3월 28일
MATLAB will automatically select the correct function depending on the datatype of the input. Usually that would be the one marked as "double method".
ibrahim
2013년 3월 28일
Walter Roberson
2013년 3월 28일
What does class(a) show ?
ibrahim
2013년 3월 28일
Walter Roberson
2013년 3월 28일
How did you solve the problem?
카테고리
도움말 센터 및 File Exchange에서 Eigenvalues에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!