NaN vs. Inf
古いコメントを表示
Why is
1/0 = Inf
but
[1,0]./[1,0] = [1 NaN]
shouldn't it be [1 Inf]?
採用された回答
その他の回答 (2 件)
Jose Jeremias Caballero
2011 年 12 月 31 日
0 投票
Hi.
[1,0]./[1,0]= [1/1,0/0]=[1,NaN]
1 件のコメント
Jan
2012 年 1 月 1 日
The question is, why 0/0=NaN and not Inf.
カテゴリ
ヘルプ センター および File Exchange で Detection, Range and Doppler Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!