Exponent values

1 vue (au cours des 30 derniers jours)
developer
developer le 19 Juil 2011
Hello, I have an exponent value ,2710,16113977021 but in matlab i am seeing it as 2.7102e+003
how can i see the actual value 2710,16113977021
thanks

Réponses (2)

Jan
Jan le 19 Juil 2011
Or:
v = 2710.16113977021;
sprintf('%.16g', v);
Note the dot instead of the comma.

Walter Roberson
Walter Roberson le 19 Juil 2011

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by