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
|
2 | Pass |
x=[1 1; 1 1]
y = 1;
assert(isequal(rank(x),y))
x =
1 1
1 1
|
1263 Solvers
Sum all integers from 1 to 2^n
8419 Solvers
251 Solvers
Finding an element in a vector
136 Solvers
234 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!