Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [100 0];
y_correct = [0 50];
assert(isequal(your_fcn_name(x),y_correct))%%
x = [100 90 95];
y_correct = [95 95];
assert(isequal(your_fcn_name(x),y_correct))
|
464 Solvers
505 Solvers
2334 Solvers
382 Solvers
266 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!