Respuesta aceptada

Torsten
Torsten el 2 de Jun. de 2015

1 voto

It means 1.3408*(10^154).
Best wishes
Torsten.

2 comentarios

arnaud ensberg
arnaud ensberg el 2 de Jun. de 2015
Editada: arnaud ensberg el 2 de Jun. de 2015
is it equal to inf ? because I have a matrix that contains some values equal at 1.3408*(10^154).and when i want to make Classical Multidimensional Scaling with [Y,eigvals] = cmdscale(D); I have this error :
Error using eig Input to EIG must not contain NaN or Inf.
Error in cmdscale (line 116) [V,E] = eig((B+B')./2); % guard against spurious complex e-vals from roundoff
Torsten
Torsten el 3 de Jun. de 2015

Iniciar sesión para comentar.

Más respuestas (1)

Star Strider
Star Strider el 2 de Jun. de 2015

1 voto

That is known as ‘exponential notation’. It is equivalent to 1.3408 x 10^154.

2 comentarios

arnaud ensberg
arnaud ensberg el 2 de Jun. de 2015
THANKS
Star Strider
Star Strider el 2 de Jun. de 2015
My pleasure.
Your number is not equal to Inf. Inf is the result of a divide-by-zero operation, and NaN is the result of a 0/0 or Inf/Inf operation.
The largest floating point number in MATLAB is 179.7693e+306.

Iniciar sesión para comentar.

Categorías

Etiquetas

Preguntada:

el 2 de Jun. de 2015

Comentada:

el 3 de Jun. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by