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
|
2 | Fail |
x=[1 1; 1 1]
y = 1;
assert(isequal(rank(x),y))
x =
1 1
1 1
|
Find the longest sequence of 1's in a binary sequence.
3370 Solvers
Back to basics 6 - Column Vector
908 Solvers
321 Solvers
Let's see how peculiar we can get
153 Solvers
Back to Basics - Find no. of elements in a matrix?
216 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!