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)
|
Select every other element of a vector
20331 Solvers
Return a list sorted by number of occurrences
1504 Solvers
314 Solvers
Rounding off numbers to n decimals
1050 Solvers
Convert given decimal number to binary number.
636 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!