Hermitian transpose of a vector with complex elements

조회 수: 35 (최근 30일)
rihab
rihab 2015년 9월 25일
답변: Andrei Bobrov 2015년 9월 25일
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