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 any row in which a NaN appears
6867 Solvers
1742 Solvers
How many trades represent all the profit?
527 Solvers
Getting the indices from a matrice
368 Solvers
255 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!