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)
vol =
92.5890
|
2 | Pass |
r1=1;
r2=2;
y_correct=29.32153;
assert(abs(Shell(r1,r2)-y_correct)<1e-5)
vol =
29.3215
|
Omit columns averages from a matrix
527 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
546 Solvers
530 Solvers
171 Solvers
1141 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!