This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2.438;
y_correct = 910.502;
x = 2.25;
y_correct = 715.694;
x = 2;
y_correct = 502.659;
assert(isequal(Volume_Rack(x),y_correct))
|
27996 Solvers
3075 Solvers
6283 Solvers
Sum all integers from 1 to 2^n
8418 Solvers
Create sequnce 1 4 9 16 25.........
190 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!