This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3];
y_correct = [1 2 3;2 4 6;4 8 12];
assert(isequal(func(x),y_correct))
y =
0 0 0
0 0 0
0 0 0
y =
1 2 3
2 4 6
4 8 12
|
546 Solvers
347 Solvers
302 Solvers
218 Solvers
281 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!