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?

 Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 17 Sep 2011

1 vote

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

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by