Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x=[3 5; 9 6]
y = 2;
assert(isequal(rank(x),y))
x =
3 5
9 6
z =
3 5
m =
1
n =
2
y =
1
|
2 | Pass |
x=[1 1; 1 1]
y = 1;
assert(isequal(rank(x),y))
x =
1 1
1 1
z =
1
m =
1
n =
1
y =
1
|
1600 Solvers
15296 Solvers
Arrange Vector in descending order
4076 Solvers
Check that number is whole number
1070 Solvers
127 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!