What does the ' symbol mean?

4 次查看(过去 30 天)
Troy McClure
Troy McClure 2020-5-12
编辑: Stephen23 2020-5-12
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
  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: '

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by