Hermitian transpose of a vector with complex elements

35 次查看(过去 30 天)
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.

采纳的回答

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

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by