필터 지우기
필터 지우기

ignoring imaginary parts when plotting

조회 수: 23 (최근 30일)
María Jesús
María Jesús 2015년 1월 13일
답변: Star Strider 2015년 1월 13일
Hi,
I have a program that estimates some parameters and then plots a curve using those estimates. The parameters are estimated as complex numbers, and I get a warning that the imaginary part is ignored. Exactly what does that mean? I seem to get a different result if I just get it to use the real part.
Thanks!

채택된 답변

Star Strider
Star Strider 2015년 1월 13일
The plot command plots only the real parts of the numbers. If you want to plot all your data, you can either plot the absolute magnitude (use the abs function), or plot the real and imaginary parts separately, either in the same plot or using subplot to plot them on different axes in the same figure window.
It may be worth exploring the reason you are getting complex parameters and results. If you can use lsqcurvefit, consider constraining your parameters. (I do not have the Curve Fitting Toolbox, so if you are using it, I cannot help you.)

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by