what is the value of 5.0646e+003

sir please provide the value of e and calcualation of e in matlab

Answers (1)

Jan
Jan on 8 Feb 2017
Edited: Jan on 8 Feb 2017
Although the comments are exhaustive, here an answer:
"e^+003" means *10^3. Then 5.0646e+003 means
5.0646 * 10^3 = 5.0646 * 1000 = 5064.6
The uppercase "E" is valid also. Note that the "e" is not a power operator, and e.g. 1e.5 is invalid, because this notation is allowed for integer values only.
Unfortunately I do not find this in the docs. The format command might be useful, but does not explain this notation also. This might be trivial, but as usual in science, "trivial" does not necessarily mean that it is clear.

Categories

Products

Tags

Community Treasure Hunt

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

Start Hunting!