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
2266 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
336 Solvers
214 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
300 Solvers
390 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!