if a number is 0.25 how can i get the rounded value of that number ..how can i convert?

3 views (last 30 days)
for example if the number is 0.25,how can i get the rounded value of that number ??

Accepted Answer

Sean de Wolski
Sean de Wolski on 5 Feb 2014
round(0.25)
?

More Answers (0)

Categories

Find more on Numeric Types in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!