Hermitian transpose of a vector with complex elements

25 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Andrei Bobrov
Andrei Bobrov il 25 Set 2015
out = A'; % A - your data

Più risposte (1)

WAT
WAT il 25 Set 2015
Isn't that just the ' operator? IE, if v is your vector then you want v'?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by