Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
l = 1;
b = 1;
h = 1;
y_correct = 4;
assert(isequal(your_fcn_name(l,b,h),y_correct))
ans =
4
|
2 | Pass |
%%
l = 20;
b = 10;
h = 15;
y_correct = 900;
assert(isequal(your_fcn_name(l,b,h),y_correct))
ans =
900
|
9875 Solvers
3239 Solvers
255 Solvers
260 Solvers
320 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!