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
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
534 Solvers
find the maximum element of the matrix
354 Solvers
525 Solvers
3144 Solvers
1200 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!