dispay error in command window
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Merida
el 9 de Mayo de 2019
Comentada: Merida
el 9 de Mayo de 2019
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 comentarios
Respuesta aceptada
Walter Roberson
el 9 de Mayo de 2019
The ' operator is not the transpose operator: it is the conjugate transpose operator. The transpose operator is .'
3 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!