Hermitian transpose of a vector with complex elements

34 Ansichten (letzte 30 Tage)
rihab
rihab am 25 Sep. 2015
Beantwortet: Andrei Bobrov am 25 Sep. 2015
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

Andrei Bobrov
Andrei Bobrov am 25 Sep. 2015
out = A'; % A - your data

Weitere Antworten (1)

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

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by