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
Sort a list of complex numbers based on far they are from the origin.
4355 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
337 Solvers
Piecewise linear interpolation
305 Solvers
328 Solvers
Create an index-powered vector
373 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!