Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2;
y_correct = [0 1; 1 0];
assert(isequal(leg_poly(x),y_correct))
|
2 | Pass |
x = 3;
y_correct = [0 0 1; 0 1 0; 1.5 0 -0.5];
assert(isequal(leg_poly(x),y_correct))
|
Find the longest sequence of 1's in a binary sequence.
3370 Solvers
235 Solvers
Numbers with prime factors 2, 3 and 5.
166 Solvers
309 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!