Warning: Imaginary parts of complex X and/or Y arguments ignored
6 次查看(过去 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
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
2023-2-3
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!