display numbers in 'format long'

While using of 'sprintf', numbers not display in 'format long' form. for example:
sprintf('%d',0.987654345698)
ans =
9.876543e-001
how can it be shown in 'format long' form?

 Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 17 de Sept. de 2011

1 voto

sprintf('%30.10f',pi*1e5)
doc sprintf for more details.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 17 de Sept. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by