Mostra commenti meno recenti
Why is
1/0 = Inf
but
[1,0]./[1,0] = [1 NaN]
shouldn't it be [1 Inf]?
Risposta accettata
Più risposte (2)
Jose Jeremias Caballero
il 31 Dic 2011
0 voti
Hi.
[1,0]./[1,0]= [1/1,0/0]=[1,NaN]
1 Commento
Jan
il 1 Gen 2012
The question is, why 0/0=NaN and not Inf.
Categorie
Scopri di più su Detection, Range and Doppler Estimation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!