How to do the hermatin function in matlab?

1 回表示 (過去 30 日間)
VISHALI V
VISHALI V 2018 年 2 月 9 日
コメント済み: VISHALI V 2018 年 2 月 9 日
I have a matrix of 10x5.I want a complex conjugate transpose matrix with the size of 10x5.can you please give the code for that?
  2 件のコメント
Matt J
Matt J 2018 年 2 月 9 日
If you transpose (with or without conjugation) a matrix of size 10x5 shouldn't the result be 5x10?
VISHALI V
VISHALI V 2018 年 2 月 9 日
no,it result must be in 5x10

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

採用された回答

Birdman
Birdman 2018 年 2 月 9 日
Use conj function.
a=ones(10,5)*complex(rand(5),rand(5))
conj(a)

その他の回答 (1 件)

Abhishek Ballaney
Abhishek Ballaney 2018 年 2 月 9 日
https://in.mathworks.com/help/matlab/ref/ctranspose.html

カテゴリ

Help Center および File ExchangeNumeric Types についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by