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))
|
2 | Pass |
l = 20;
b = 10;
h = 15;
y_correct = 900;
assert(isequal(your_fcn_name(l,b,h),y_correct))
|
1607 Solvers
543 Solvers
198 Solvers
Find the largest value in the 3D matrix
897 Solvers
Help the Patriots get to the Super Bowl
114 Solvers