Azzera filtri
Azzera filtri

Rounding off and Displaying numbers in edit data in GUI

2 visualizzazioni (ultimi 30 giorni)
Hello All,
We are facing a issue with rounding of smallest number and displaying in edit box.
for example 4.43456798e^-25 should not be rounded off to 0
it should be rounded of to 4.435e^-25. because user need to have the value and also should fit into edit box. But the contrain is we should not increase the editbox size
kindly suggest us and do the needful

Risposta accettata

Walter Roberson
Walter Roberson il 23 Nov 2018
sprintf('%.3e',TheValue)

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by