What's the meaning of 2.7830e-09?

19 vues (au cours des 30 derniers jours)
Heya :)
Heya :) le 10 Déc 2020
Réponse apportée : Amir RF le 10 Déc 2020
What is the meaning of this answer?
a= 2.7830e-09
How to convert it into whole number?

Réponse acceptée

Amir RF
Amir RF le 10 Déc 2020
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,

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by