How to convert number to real number?
7 views (last 30 days)
Show older comments
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
Accepted Answer
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
More Answers (0)
See Also
Categories
Find more on Audio and Video Data 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!