Hermitian transpose of a vector with complex elements
36 views (last 30 days)
Show older comments
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.
0 Comments
Accepted Answer
More Answers (1)
WAT
on 25 Sep 2015
Isn't that just the ' operator? IE, if v is your vector then you want v'?
0 Comments
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!