Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 2;
y_correct = [0 1; 1 0];
assert(isequal(leg_poly(x),y_correct))
|
2 | Fail |
x = 3;
y_correct = [0 0 1; 0 1 0; 1.5 0 -0.5];
assert(isequal(leg_poly(x),y_correct))
|
1600 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
Calculate the height of an object dropped from the sky
165 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
Is this triangle right-angled?
2394 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!