How to convert number to real number?

13 views (last 30 days)
Dear all,
My code calculates the MSE as a result
perf =
1.1970e-011
How I convert this type of number to real or some "normal" number?
Thank you for your answers.
  6 Comments
Veronika
Veronika on 20 Mar 2015
This is what I want. Thank you.

Sign in to comment.

Accepted Answer

John D'Errico
John D'Errico on 20 Mar 2015
This is a real number. Just small enough that scientific notation was employed to display it, to avoid a plethora of zeros. There is NOTHING abnormal about it.
1.1970e-011 == 1.1970 * 10^(-11)
help format
For the second time recently, I find myself amazed that kids no longer learn what scientific notation is in school anymore.
  1 Comment
Stephen23
Stephen23 on 20 Mar 2015
Edited: Stephen23 on 20 Mar 2015
It begs the question: if 1.1970e-011 written as a "normal" number would be 0.00000000001197, how should they then write 7e-303 ?
I would love to read an astronomy report written by that class!

Sign in to comment.

More Answers (0)

Categories

Find more on Dates and Time in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!