Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
r1=3.2;
r2=3.8;
y_correct=92.58902;
assert(abs(Shell(r1,r2)-y_correct)<1e-5)
|
2 | Pass |
r1=1;
r2=2;
y_correct=29.32153;
assert(abs(Shell(r1,r2)-y_correct)<1e-5)
|
351 Solvers
Convert a vector into a number
503 Solvers
390 Solvers
219 Solvers
286 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!