What does the ' symbol mean?

조회 수: 9 (최근 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에서 Matrix Indexing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by