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
10049 Solvers
Make one big string out of two smaller strings
1156 Solvers
Piecewise linear interpolation
302 Solvers
Determine the number of odd integers in a vector
444 Solvers
201 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!