채택된 답변

Torsten
Torsten 2015년 6월 2일

1 개 추천

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
Torsten
Torsten 2015년 6월 3일

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Star Strider
Star Strider 2015년 6월 2일

1 개 추천

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

댓글 수: 2

arnaud ensberg
arnaud ensberg 2015년 6월 2일
THANKS
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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

질문:

2015년 6월 2일

댓글:

2015년 6월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by