Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 230;
y_correct = 324;
assert(isequal(your_fcn_name(x),y_correct))
y =
324.8588
|
2 | Fail |
x = 325;
y_correct = 458;
assert(isequal(your_fcn_name(x),y_correct))
y =
459.0395
|
220 Solvers
746 Solvers
248 Solvers
257 Solvers
387 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!