Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = [-2 2];b=3;
y = [0 1];
assert(isequal(divide_differently(a,b),y))
|
2 | Pass |
a = [-5 0];b=3;
y = [-1 0];
assert(isequal(divide_differently(a,b),y))
|
Remove all the words that end with "ain"
1292 Solvers
1598 Solvers
17121 Solvers
163 Solvers
Back to basics 23 - Triangular matrix
634 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!