Effacer les filtres
Effacer les filtres

how to convert exponentional number into a decimal number

1 vue (au cours des 30 derniers jours)
faa nad
faa nad le 9 Oct 2012
dear sir, i m calculating euclidean distance between two vector,the output is in terms of exponential as 1.0635e+011 but i m need of decimal number as .0106
please do me a favour

Réponses (2)

Matt J
Matt J le 9 Oct 2012
>> z=1.0635e+011 %What you have
z =
1.0635e+11
>> z/1e13 %What you've asked for
ans =
0.0106

Andrei Bobrov
Andrei Bobrov le 9 Oct 2012
a*10^-ceil(log10(a))

Catégories

En savoir plus sur Data Type Conversion 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