How to round the decimal?
Mostrar comentarios más antiguos
Dear All;
I have a number array x = [0.00135678 0.00076243;0.0000045789 0.01234567];
Then i just want to round x to become as: results:[0.0013 0.00076; 0.0000045 0.012];
What to do?
Thanks in advance.....
Respuesta aceptada
Más respuestas (1)
Steven Beumer
el 27 de Jun. de 2018
Editada: Stephen23
el 27 de Jun. de 2018
1 voto
You might want to check out this function for that:
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!