-
1 Comment
Umur Ulas Harman
on 30 Jun 2020
function y = myroundn(x,n)
y = round(x,n-1)
end
Suggested Problems
-
2201 Solvers
-
Convert a numerical matrix into a cell array of strings
2071 Solvers
-
626 Solvers
-
467 Solvers
-
5553 Solvers
More from this Author27
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!