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 Comment

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.

Sign in to comment.

Answers (1)

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Asked:

on 12 Mar 2012

Community Treasure Hunt

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

Start Hunting!