Different way of displaying numbers
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
kyrresc
el 5 de Mzo. de 2016
Respondida: kyrresc
el 6 de Mzo. de 2016
Hello,
in my code I have numbers like 10^-3. How can I display this in decimal form, i.e 0.001?
0 comentarios
Respuesta aceptada
Chad Greene
el 5 de Mzo. de 2016
Try this for three decimal places:
num2str(pi,'%0.3f')
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Startup and Shutdown 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!