dispay error in command window
14 ビュー (過去 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!