dispay error in command window
조회 수: 12 (최근 30일)
이전 댓글 표시
I have a variable which contains complex values (FFT result). As you can see in the above figure, the second imaginary value in this variable is negative. When i load the second value to a variable 'aa' as a transpose, it retains the negative component. But when i load as it is, to the variable 'bb', it doesnt show as a negative component. Why is that ? this is perplexing.

댓글 수: 0
채택된 답변
Walter Roberson
2019년 5월 9일
The ' operator is not the transpose operator: it is the conjugate transpose operator. The transpose operator is .'
댓글 수: 3
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!