What's the meaning of 2.7830e-09?

조회 수: 17 (최근 30일)
Heya :)
Heya :) 2020년 12월 10일
답변: Amir RF 2020년 12월 10일
What is the meaning of this answer?
a= 2.7830e-09
How to convert it into whole number?

채택된 답변

Amir RF
Amir RF 2020년 12월 10일
Hello Dear Heya,
This is the scientific notation for the parameter. You can convert it to a number by using:
format long G
or you can see the result by:
fprintf('%.0f\n', a)
Best,

추가 답변 (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