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
Solution Comments
Show commentsProblem Recent Solvers482
Suggested Problems
-
4137 Solvers
-
Find the largest value in the 3D matrix
1594 Solvers
-
Find out missing number from a vector of 9 elements
307 Solvers
-
516 Solvers
-
1516 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!