Afficher commentaires plus anciens
Why is
1/0 = Inf
but
[1,0]./[1,0] = [1 NaN]
shouldn't it be [1 Inf]?
Réponse acceptée
Plus de réponses (2)
Jose Jeremias Caballero
le 31 Déc 2011
0 votes
Hi.
[1,0]./[1,0]= [1/1,0/0]=[1,NaN]
1 commentaire
Jan
le 1 Jan 2012
The question is, why 0/0=NaN and not Inf.
Catégories
En savoir plus sur Detection, Range and Doppler Estimation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!