Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 3;
y_correct = 28.2744;
assert(isequal(your_fcn_name(x),y_correct))
y =
28.2744
|
2 | Pass |
x = 2;
y_correct = 12.5664;
assert(isequal(your_fcn_name(x),y_correct))
y =
12.5664
|
2545 Solvers
Reverse the elements of an array
687 Solvers
find the roots of a quadratic equation
169 Solvers
384 Solvers
248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!