Filter löschen
Filter löschen

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

18 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

Alan Stevens
Alan Stevens am 3 Aug. 2020
ceil(10*x)/10

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by