This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 3;
y_correct = 28.2744;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 12.5664;
assert(isequal(your_fcn_name(x),y_correct))
|
The Hitchhiker's Guide to MATLAB
2696 Solvers
196 Solvers
168 Solvers
254 Solvers
172 Solvers