What value is 1.0000e-03 in normal numbers?
    10 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
What value is 1.0000e-03 in normal numbers? 
0 comentarios
Respuestas (1)
  Steven Lord
    
      
 el 21 de En. de 2021
        format longg
x = 1.0000e-03
1 comentario
  Walter Roberson
      
      
 el 21 de En. de 2021
				We also recommend following that with
x - 0.001
as there might be a very small difference that is hidden in the fact that format eng and format long do not display all of the digits
Ver también
Categorías
				Más información sobre Data Acquisition Toolbox Supported Hardware en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


