This user (mohamed elbesealy) appears to have gamed the system, with fraudulent "likes" of this unremarkable solution submitted by 'sock-puppet' accounts. —DIV
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [10 2];
y_correct = 2/10;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [20 1];
y_correct = 1/20;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = [100 20];
y_correct = 1/5;
assert(isequal(your_fcn_name(x),y_correct))
|
Find the two most distant points
1628 Solvers
1599 Solvers
Replace multiples of 5 with NaN
358 Solvers
Flip the vector from right to left
2670 Solvers
546 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!