フィルターのクリア

complex number and matlab precision

3 ビュー (過去 30 日間)
Suma
Suma 2014 年 5 月 7 日
回答済み: Star Strider 2014 年 5 月 7 日
Hi,
How can I interpret this number? 0.49982+3.5799e-21i
The imaginary part is very small, but exist.
I seek accurate interpretation but I am confused about whether this has something to do with matlab calculation precision or whether this is has something to do with my formula in my algorithm.
I am troubled to understand this for months now.
Thank you

採用された回答

Star Strider
Star Strider 2014 年 5 月 7 日
It may be some of both. My rule when dealing with situations like this is to simply ignore the imaginary part. If you want a more objective criterion, take the difference between the real part of the complex number and the magnitude (abs) of it. I ignore the imaginary part if the difference is less than 1E-10 if I have no reason to believe the imaginary part is accurate.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by