i need the matlab function SVD

4 次查看(过去 30 天)
ibrahim
ibrahim 2013-3-28
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
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
ibrahim 2013-3-28
hi, thanks much, it now working.
Walter Roberson
Walter Roberson 2013-3-28
How did you solve the problem?

请先登录,再进行评论。

类别

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