Converting a real number to scientific format
Afficher commentaires plus anciens
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
Walter Roberson
le 12 Mar 2012
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.
Réponses (1)
Sean de Wolski
le 12 Mar 2012
doc fprintf
I don't really see any use for mod.
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!