What's the meaning of 2.7830e-09?

10 次查看(过去 30 天)
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