Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(same_digits(1234,4321))
|
2 | Pass |
assert(same_digits(1134,4311))
|
3 | Pass |
assert(same_digits(1111,1111))
|
4 | Fail |
assert(~same_digits(11,1111))
|
5 | Fail |
assert(~same_digits(11,1234))
|
6 | Fail |
assert(~same_digits(1234,234))
|
739 Solvers
1763 Solvers
1882 Solvers
Back to basics 6 - Column Vector
908 Solvers
The sum of the numbers in the vector
426 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!