dispay error in command window

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.

 Accepted Answer

Walter Roberson
Walter Roberson on 9 May 2019
The ' operator is not the transpose operator: it is the conjugate transpose operator. The transpose operator is .'

3 Comments

Ahh. In which case, if I use
(signIm(freqdata1(1,2)))
why is the resultant value not a -1 ? . Any ideas ?
I do not appear to find any function named signlm?
Ahh. never mind. i had taken the complex tranpose earlier of freqdata as it is. My mistake. Thank you for your help.

Sign in to comment.

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Asked:

on 9 May 2019

Commented:

on 9 May 2019

Community Treasure Hunt

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

Start Hunting!