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

5 次查看(过去 30 天)
Hello! i have a kind of problem. Why Warning: Imaginary parts of complex X and/or Y arguments ignored ????
Thank you in advance!
  1 个评论
Tushar Behera
Tushar Behera 2023-2-3
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

请先登录,再进行评论。

回答(1 个)

Dr. JANAK TRIVEDI
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.

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by