Undefined function 'SVD' for input arguments of type 'double'.
Show older comments
H=randn(4);
[U,S,V]=SVD(H);
what is the error? how can i rectify it?
Accepted Answer
More Answers (0)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!