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
624 Solvers
Get the length of a given vector
3765 Solvers
262 Solvers
259 Solvers
Find the next Fibonacci number
230 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!