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
754 Solvers
Project Euler: Problem 3, Largest prime factor
400 Solvers
Return elements unique to either input
557 Solvers
Flip the vector from right to left
2853 Solvers
255 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!