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

H=randn(4);
[U,S,V]=SVD(H);
what is the error? how can i rectify it?

 Accepted Answer

More Answers (0)

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!