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))
ans =
1 1
|
2 | Pass |
x = [2 2];
y = [2 3];
z_correct = [4 6];
assert(isequal(your_fcn_name(x,y),z_correct))
ans =
4 6
|
2501 Solvers
Who is the smartest MATLAB programmer?
561 Solvers
257 Solvers
convert matrix to single column
308 Solvers
220 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!