How Can I write the Exponent Values in normal way? what is the mean of 1.1033e+005?

Sir/Madam,
I have Run the program in two ways such as serial and parallel. I have got the result as Encoding time serial as 1.1033e+005 and parallel time as 1.8090+004. What the difference between that two values. how can I write the number in seconds?
3.1250e+004 ---serial
2.8606e+003---parallel
how can I write that values sir? what is diiference for e+004,e+005 and so on?
Please help me sir.

 採用された回答

Dmitry
Dmitry 2012 年 7 月 13 日
編集済み: Walter Roberson 2012 年 7 月 13 日

0 投票

e+004 means 10^4 = 10000.
3.1250e+004 = 3.1250*10^4 = 31250
2.8606e+003 = 2.8606*10^3 = 2860.6
I think time units is milliseconds.

2 件のコメント

Titus Edelhofer
Titus Edelhofer 2012 年 7 月 13 日
Might just be seconds as well (i.e., parallel 47min, serial 8 hours). To display seconds, the easiest is to round (and get 2861 and 31250).
PRIYANGA
PRIYANGA 2012 年 7 月 13 日
Ok sir than you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

質問済み:

2012 年 7 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by