What does the ' symbol mean?

I see some code like
x = myfunc()';
What does the ' mean here?

1 件のコメント

Stephen23
Stephen23 2020 年 5 月 12 日
編集済み: Stephen23 2020 年 5 月 12 日
The accepted answer is incorrect. The correct answer is ctranspose:
To use MATLAB it is very important to learn the diffference between array and matrix operations:

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

回答 (1 件)

Peng Li
Peng Li 2020 年 5 月 12 日

0 投票

1 件のコメント

Stephen23
Stephen23 2020 年 5 月 12 日
This is incorrect. transpose has the convenience notation with a dot: .'
The code in the question shows complex conjugate transpose, which has no dot: '

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

カテゴリ

ヘルプ センター および File ExchangeMatrix Indexing についてさらに検索

製品

タグ

質問済み:

2020 年 5 月 12 日

編集済み:

2020 年 5 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by