Problem 43278. Make roundn function
Solution Stats
Problem Comments
-
1 Comment
The test suite has been enhanced and expanded.
Solution Comments
-
1 Comment
nice one
-
1 Comment
nice
-
1 Comment
That's a dumb exercise
-
2 Comments
challenging
Good problem
-
1 Comment
nice problem
-
1 Comment
Had a tough time with this one
-
1 Comment
function y = myroundn(x,n)
y = round(x,n-1)
end
-
2 Comments
nice
nice :)
Problem Recent Solvers2030
Suggested Problems
-
Swap the first and last columns
15517 Solvers
-
5295 Solvers
-
684 Solvers
-
Natural numbers in string form
745 Solvers
-
292 Solvers
More from this Author27
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!