Hermitian transpose of a vector with complex elements
이전 댓글 표시
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.
채택된 답변
추가 답변 (1개)
WAT
2015년 9월 25일
0 개 추천
Isn't that just the ' operator? IE, if v is your vector then you want v'?
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!