Problem 43278. Make roundn function
Solution Stats
Problem Comments
-
1 Comment
goc3
on 22 Nov 2016
The test suite has been enhanced and expanded.
Solution Comments
-
1 Comment
Haoran Tian
on 28 Nov 2021
nice one
-
1 Comment
Josh Klueber
on 11 Nov 2021
nice
-
1 Comment
Sylvain Boutros
on 16 Jul 2021
That's a dumb exercise
-
2 Comments
john perkins
on 4 May 2021
challenging
Isabella Stellitano
on 8 Nov 2021
Good problem
-
1 Comment
Joseph Picozzi
on 14 Dec 2020
nice problem
-
1 Comment
Cory Cunningham
on 11 Dec 2020
Had a tough time with this one
-
1 Comment
Umur Ulas Harman
on 30 Jun 2020
function y = myroundn(x,n)
y = round(x,n-1)
end
-
2 Comments
John Paraskevas
on 26 Apr 2017
nice
Doan Quang Manh
on 2 Sep 2019
nice :)
Problem Recent Solvers2051
Suggested Problems
-
Getting the indices from a matrix
475 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
382 Solvers
-
540 Solvers
-
235 Solvers
-
Test Problem; Create a 5x5 array containing all ones
328 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!