Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2;
y_correct = 4;
assert(isequal(assign(x),y_correct))
|
2 | Pass |
x = [2 3 4];
y_correct = [4 9 16];
assert(isequal(assign(x),y_correct))
|
Find the longest sequence of 1's in a binary sequence.
3370 Solvers
Sum all integers from 1 to 2^n
8420 Solvers
Find out total non zero element of matrix
194 Solvers
137 Solvers
Find my daddy long leg (No 's')
632 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!