Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
g=32; h=10000;
v_correct = 800;
assert(isequal(canon(g,h),v_correct))
|
2 | Pass |
%%
g=32; h=100;
v_correct = 80;
assert(isequal(canon(g,h),v_correct))
|
3 | Pass |
%%
g=32; h=4;
v_correct = 16;
assert(isequal(canon(g,h),v_correct))
|
6724 Solvers
163 Solvers
177 Solvers
Is this triangle right-angled?
2875 Solvers
224 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!