Undefined function 'SVD' for input arguments of type 'double'.
Mostrar comentarios más antiguos
H=randn(4);
[U,S,V]=SVD(H);
what is the error? how can i rectify it?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Eigenvalues en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!