Undefined function 'SVD' for input arguments of type 'double'.

 Accepted Answer

It is svd, not SVD.
H=randn(4);
[U,S,V]=svd(H)

More Answers (0)

Categories

Tags

Asked:

on 14 Dec 2017

Edited:

on 14 Dec 2017

Community Treasure Hunt

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

Start Hunting!