Warning: Imaginary parts of complex X and/or Y arguments ignored

13 visualizaciones (últimos 30 días)
Vincenzo
Vincenzo el 13 de En. de 2015
Respondida: Dr. JANAK TRIVEDI el 3 de Feb. de 2023
Hello! i have a kind of problem. Why Warning: Imaginary parts of complex X and/or Y arguments ignored ????
Thank you in advance!
  1 comentario
Tushar Behera
Tushar Behera el 3 de Feb. de 2023
Hi Vincenzo,
It is very unclear what you want to do from your question. It will be great if you provide some context as of what you were trying to do when this error came. Code snippets, your workflow etc. will be helpful in solving your query.
Regards,
Tushar

Iniciar sesión para comentar.

Respuestas (1)

Dr. JANAK TRIVEDI
Dr. JANAK TRIVEDI el 3 de Feb. de 2023
This warning message is generated by MATLAB when it encounters complex numbers in a plot but only the real part of the complex numbers is plotted. If you want to plot both real and imaginary parts of a complex number, you can convert the number to magnitude and phase form and then plot the magnitude and phase separately. The warning message simply informs you that the imaginary part of the data is being ignored and not plotted.

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by