Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=[3 5; 9 6]
y = 2;
assert(isequal(rank(x),y))
x =
3 5
9 6
y =
2
|
2 | Pass |
x=[1 1; 1 1]
y = 1;
assert(isequal(rank(x),y))
x =
1 1
1 1
y =
1
|
1398 Solvers
Arrange Vector in descending order
4076 Solvers
Check if number exists in vector
4467 Solvers
271 Solvers
369 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!