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))
|
321 Solvers
489 Solvers
Replace Nonzero Numbers with 1
178 Solvers
2770 Solvers
Create sine function out of cosine
66 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!