What does this value mean ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi everyone, I got this value (-3,68E-05) while analysing some data, I'd like to know what does it mean.
0 comentarios
Respuestas (2)
Walter Roberson
el 24 de Mzo. de 2014
-3.68 * 10^(-5) which is -3.68/100000 which is -0.00000368
2 comentarios
Kevin Gaukel
el 24 de Mzo. de 2014
Editada: Kevin Gaukel
el 24 de Mzo. de 2014
MATLAB sets the values to period "." for decimal point, but I am wondering if your program sets up the output to display the decimal point as a comma like some locals like Europe. Otherwise, I would agree with Mr. Walter Robinson's comment about the interpretation of your data.
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!