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
Read a column of numbers and interpolate missing data
1254 Solvers
Split a string into chunks of specified length
493 Solvers
Rounding off numbers to n decimals
1100 Solvers
Find out sum of all elements of given Matrix
354 Solvers
291 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!