Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [10 8 10 7 1];
y_correct = [4 5];
assert(isequal(your_fcn_name(x),y_correct))
|
Find the two most distant points
1628 Solvers
495 Solvers
Determine Whether an array is empty
646 Solvers
274 Solvers
266 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!