Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
for i = 1:100
a = counterfun;
validatestring(char(a), {char(i)})
assert(isequal(a,i))
end
|
Project Euler: Problem 1, Multiples of 3 and 5
1491 Solvers
401 Solvers
Back to basics 22 - Rotate a matrix
763 Solvers
Get the elements of diagonal and antidiagonal for any m-by-n matrix
268 Solvers
128 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!