Undefined function 'SVD' for input arguments of type 'double'.
Ältere Kommentare anzeigen
H=randn(4);
[U,S,V]=SVD(H);
what is the error? how can i rectify it?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Eigenvalues finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!