Mostrar comentarios más antiguos
Why is
1/0 = Inf
but
[1,0]./[1,0] = [1 NaN]
shouldn't it be [1 Inf]?
Respuesta aceptada
Más respuestas (2)
Jose Jeremias Caballero
el 31 de Dic. de 2011
0 votos
Hi.
[1,0]./[1,0]= [1/1,0/0]=[1,NaN]
1 comentario
Jan
el 1 de En. de 2012
The question is, why 0/0=NaN and not Inf.
Categorías
Más información sobre Detection, Range and Doppler Estimation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!