Hermitian transpose of a vector with complex elements
Mostrar comentarios más antiguos
I have a vector containing elements with real and imaginary parts and I want to find the hermitian transpose of this vector. Does anyone have any idea to do this without toolbox?
Thanks in advance.
Respuesta aceptada
Más respuestas (1)
WAT
el 25 de Sept. de 2015
0 votos
Isn't that just the ' operator? IE, if v is your vector then you want v'?
Categorías
Más información sobre Logical 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!