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))
|
5 | Pass |
assert(~same_digits(11,1234))
|
6 | Pass |
assert(~same_digits(1234,234))
|
Determine whether a vector is monotonically increasing
11919 Solvers
Solve the set of simultaneous linear equations
273 Solvers
Create matrix of replicated elements
321 Solvers
450 Solvers
2770 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!