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 Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by