Borrar filtros
Borrar filtros

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

18 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

Alan Stevens
Alan Stevens el 3 de Ag. de 2020
ceil(10*x)/10

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by