Hermitian transpose of a vector with complex elements
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
WAT
am 25 Sep. 2015
0 Stimmen
Isn't that just the ' operator? IE, if v is your vector then you want v'?
Kategorien
Mehr zu Logical 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!