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
|
386 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
462 Solvers
372 Solvers
379 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!