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
15397 Solvers
Return the first and last characters of a character array
3654 Solvers
306 Solvers
218 Solvers
Calculate Amount of Cake Frosting
8248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!