MATLAB Being Helpful hah:
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Respuesta aceptada
Aquatris
el 26 de Ag. de 2018
What is the question?
I assume the question is why the answers are different. Answer is simple
10e-12 is not equal 10^-12
In Matlab
1e-12 = 10^-12
10e-12 = 10*10^-12
2 comentarios
Stephen23
el 26 de Ag. de 2018
"in MATLAB" : Not just in MATLAB, but all languages that use E-notation:
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!