Matlab: element wise complex conjugate transpose?

vi is a 10 by 1 complex vector.
c = [v1 v2 v3 v4 v5 v6] is a list of 10 by 6 containing them.
What is the fastest or general way to produce
d = [v1' v2' v3' v4' v5' v6']
where complex conjugate transpose is applied to each vector, and
d being 1 by 60?

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 8 月 27 日
編集済み: Azzi Abdelmalek 2016 年 8 月 27 日

0 投票

d=c(:)'

1 件のコメント

K.E.
K.E. 2016 年 8 月 27 日
編集済み: K.E. 2016 年 8 月 27 日
c(:)' does work

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

製品

質問済み:

2016 年 8 月 27 日

編集済み:

2016 年 8 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by