Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 1];
y = [1 1];
z_correct = [1 1];
assert(isequal(your_fcn_name(x,y),z_correct))
|
2 | Pass |
x = [2 2];
y = [2 3];
z_correct = [4 6];
assert(isequal(your_fcn_name(x,y),z_correct))
|
6280 Solvers
Is this triangle right-angled?
2394 Solvers
444 Solvers
202 Solvers
1172 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!