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)
|
219 Solvers
530 Solvers
432 Solvers
Matlab Basics - y as a function of x
339 Solvers
127 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!