필터 지우기
필터 지우기

What is e in The value of entropy

조회 수: 3 (최근 30일)
Durga
Durga 2015년 1월 13일
답변: dpb 2015년 1월 13일
When i calculate the value of entropy,then it comes like -1.0735e+02 What does mean by e? How can i get the exact value(What is the value of e here)?

채택된 답변

dpb
dpb 2015년 1월 13일
e (or E) is the computer-generated representation for the 10 exponent in scientific notation. Hence the value you have is -107.35 to the precision shown. You can get more decimal places by
format long
See
doc fprintf
for details on the formatting expressions.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by