Different way of displaying numbers

2 visualizaciones (últimos 30 días)
kyrresc
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?

Respuesta aceptada

Chad Greene
Chad Greene el 5 de Mzo. de 2016
Try this for three decimal places:
num2str(pi,'%0.3f')

Más respuestas (1)

kyrresc
kyrresc el 6 de Mzo. de 2016
None of it worked. It's within an sprintf, if that helps.

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by