NaN vs. Inf
Show older comments
Why is
1/0 = Inf
but
[1,0]./[1,0] = [1 NaN]
shouldn't it be [1 Inf]?
Accepted Answer
More Answers (2)
Jose Jeremias Caballero
on 31 Dec 2011
0 votes
Hi.
[1,0]./[1,0]= [1/1,0/0]=[1,NaN]
1 Comment
Jan
on 1 Jan 2012
The question is, why 0/0=NaN and not Inf.
Categories
Find more on Detection, Range and Doppler Estimation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!