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 Exchange에서 Logical에 대해 자세히 알아보기

제품

태그

질문:

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