フィルターのクリア

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

14 ビュー (過去 30 日間)
Vincenzo
Vincenzo 2015 年 1 月 13 日
回答済み: Dr. JANAK TRIVEDI 2023 年 2 月 3 日
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
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.

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by