How to do the hermatin function in matlab?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a matrix of 10x5.I want a complex conjugate transpose matrix with the size of 10x5.can you please give the code for that?
2 commentaires
Matt J
le 9 Fév 2018
If you transpose (with or without conjugation) a matrix of size 10x5 shouldn't the result be 5x10?
Réponse acceptée
Plus de réponses (1)
Abhishek Ballaney
le 9 Fév 2018
https://in.mathworks.com/help/matlab/ref/ctranspose.html
0 commentaires
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!