How to convert number to real number?

6 visualizaciones (últimos 30 días)
Veronika
Veronika el 20 de Mzo. de 2015
Comentada: Veronika el 20 de Mzo. de 2015
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 comentarios
Stephen23
Stephen23 el 20 de Mzo. de 2015
Veronika
Veronika el 20 de Mzo. de 2015
This is what I want. Thank you.

Iniciar sesión para comentar.

Respuesta aceptada

John D'Errico
John D'Errico el 20 de Mzo. de 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 comentario
Stephen23
Stephen23 el 20 de Mzo. de 2015
Editada: Stephen23 el 20 de Mzo. de 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!

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by