Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 30;
y_correct = 0.5000;
assert(abs(your_fcn_name(x)-y_correct)<0.0001)
|
2 | Fail |
x = 60;
y_correct = 0.8660;
assert(abs(your_fcn_name(x)-y_correct)<0.0001)
|
3 | Fail |
x = 90;
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
|
348 Solvers
Remove the two elements next to NaN value
411 Solvers
255 Solvers
615 Solvers
228 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!