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
Remove the small words from a list of words.
676 Solvers
518 Solvers
Check if number exists in vector
4724 Solvers
208 Solvers
3029 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!