Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s = 1;
y_correct = 6;
assert(isequal(even(s),y_correct))
s = -1;
y_correct = 8;
assert(isequal(even(s),y_correct))
|
9831 Solvers
Back to basics 23 - Triangular matrix
634 Solvers
Area of an equilateral triangle
2759 Solvers
1221 Solvers
136 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!