Converting a real number to scientific format

I'm not sure how to start this problem with Matlab...
Write a program that accepts a real number and displays the number in scientific format “x.xxxEn”. For example 2546 would be displayed as 2.546000e+003
How would the mod function be of use for this?

1 commentaire

The example disagrees with the question. The question requires three places after the decimal point, but the example shows 6 places after the decimal point.

Connectez-vous pour commenter.

Réponses (1)

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by