-
1 Comment
Umur Ulas Harman
on 30 Jun 2020
function y = myroundn(x,n)
y = round(x,n-1)
end
Suggested Problems
-
First non-zero element in each column
871 Solvers
-
839 Solvers
-
599 Solvers
-
Matlab Basics II - Count rows in a matrix
381 Solvers
-
391 Solvers
More from this Author27
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!