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))
|
54230 Solvers
Determine whether a vector is monotonically increasing
11917 Solvers
Project Euler: Problem 7, Nth prime
521 Solvers
203 Solvers
257 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!