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))
|
12383 Solvers
Compute a dot product of two vectors x and y
750 Solvers
746 Solvers
Create an n-by-n null matrix and fill with ones certain positions
269 Solvers
480 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!