Undefined function 'SVD' for input arguments of type 'double'.
Afficher commentaires plus anciens
H=randn(4);
[U,S,V]=SVD(H);
what is the error? how can i rectify it?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Eigenvalues dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!