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 | Pass |
assert(~same_digits(11,1111))
tf =
logical
0
|
5 | Pass |
assert(~same_digits(11,1234))
tf =
logical
0
|
6 | Pass |
assert(~same_digits(1234,234))
tf =
logical
0
|
Getting the absolute index from a matrix
211 Solvers
420 Solvers
The Answer to Life, the Universe, and Everything
383 Solvers
314 Solvers
2314 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!