Problem 2865. Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer:
e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers496
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1978 Solvers
-
1533 Solvers
-
Find the maximum number of decimal places in a set of numbers
3357 Solvers
-
520 Solvers
-
3344 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!