This solution is outdated. To rescore this solution, sign in.
Test Suite problem #3 has an incorrect value for y_correct.
Done! thank you!
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 8;
y_correct = 17/6;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 12;
y_correct = 28/7;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Fail |
x = 100;
y_correct = 1060/21;
assert(isequal(your_fcn_name(x),y_correct))
|
Find all elements less than 0 or greater than 10 and replace them with NaN
11630 Solvers
747 Solvers
261 Solvers
50 Solvers
24 Solvers