The test suite has been enhanced and expanded.
nice problem
Had a tough time with this one
function y = myroundn(x,n)
y = round(x,n-1)
end
nice
nice :)
function y = myroundn(x,n)
y = round(x,n-1);
end
10151 Solvers
Find state names that start with the letter N
617 Solvers
495 Solvers
332 Solvers
282 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!