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
Select every other element of a vector
21434 Solvers
221 Solvers
244 Solvers
501 Solvers
1327 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!