Ältere Kommentare anzeigen
Why is
1/0 = Inf
but
[1,0]./[1,0] = [1 NaN]
shouldn't it be [1 Inf]?
Akzeptierte Antwort
Weitere Antworten (2)
Jose Jeremias Caballero
am 31 Dez. 2011
0 Stimmen
Hi.
[1,0]./[1,0]= [1/1,0/0]=[1,NaN]
1 Kommentar
Jan
am 1 Jan. 2012
The question is, why 0/0=NaN and not Inf.
Kategorien
Mehr zu Detection, Range and Doppler Estimation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!