Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(decimate(10,3),4))
|
2 | Pass |
assert(isequal(decimate(1024,3),676))
|
3 | Pass |
assert(isequal(decimate(2012,50),543))
|
4 | Pass |
assert(isequal(decimate(30,5),3))
|
5 | Pass |
assert(isequal(decimate(10,10),8))
|
6 | Pass |
assert(isequal(decimate(2048,2),1))
|
Return the largest number that is adjacent to a zero
3751 Solvers
835 Solvers
Return the first and last character of a string
3459 Solvers
Vectorize the digits of an Integer
269 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!