Azzera filtri
Azzera filtri

How to round number up to a specific number of decimal places?

18 visualizzazioni (ultimi 30 giorni)
Suppose I have a variable x=0.34; is there a function (or how would one look like) to round this number up to, say 0.4 (next highest number with one decimal place)?
Just like ceil, but with decimals?

Risposta accettata

Alan Stevens
Alan Stevens il 3 Ago 2020
ceil(10*x)/10

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by