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
1109 Solvers
2934 Solvers
Remove the two elements next to NaN value
417 Solvers
326 Solvers
Area of an equilateral triangle
2887 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!