1.3408e+154 value

3 次查看(过去 30 天)
arnaud ensberg
arnaud ensberg 2015-6-2
评论: Torsten 2015-6-3
please what does that mean this value 1.3408e+154 ?

采纳的回答

Torsten
Torsten 2015-6-2
It means 1.3408*(10^154).
Best wishes
Torsten.
  2 个评论
arnaud ensberg
arnaud ensberg 2015-6-2
编辑:arnaud ensberg 2015-6-2
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

请先登录,再进行评论。

更多回答(1 个)

Star Strider
Star Strider 2015-6-2
That is known as ‘exponential notation’. It is equivalent to 1.3408 x 10^154.
  2 个评论
Star Strider
Star Strider 2015-6-2
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by