Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
y=2020;
n=bondcount(y);
assert(isequal(round(n),27))
|
2 | Pass |
y=2100;
n=bondcount(y);
assert(isequal(round(n),52))
|
3 | Pass |
y=2289;
n=bondcount(y);
assert(isequal(round(n),100))
|
4 | Pass |
y=4661;
n=bondcount(y);
assert(isequal(round(n),500))
|
338 Solvers
15302 Solvers
Return elements unique to either input
551 Solvers
2817 Solvers
Create a Multiplication table matrix...
283 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!