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 Solvers2032
Suggested Problems
-
13959 Solvers
-
679 Solvers
-
684 Solvers
-
Getting the indices from a vector
5749 Solvers
-
505 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!