Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
g=32; h=10000;
v_correct = 800;
assert(isequal(canon(g,h),v_correct))
v =
800
|
2 | Pass |
g=32; h=100;
v_correct = 80;
assert(isequal(canon(g,h),v_correct))
v =
80
|
3 | Pass |
g=32; h=4;
v_correct = 16;
assert(isequal(canon(g,h),v_correct))
v =
16
|
1327 Solvers
1800 Solvers
Find state names that start with the letter N
598 Solvers
495 Solvers
394 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!