MATLAB: Hermitian transpose of a vector with complex elements

complexhermitianvectors

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.

Best Answer

out = A'; % A - your data