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!