Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [0,1,2];
y_correct = [0,0,0;1,1,1;2,2,2];
assert(isequal(your_fcn_name(x),y_correct))
x =
0
1
2
y =
0 0 0
1 1 1
2 2 2
|
Is my wife right? Now with even more wrong husband
1241 Solvers
1051 Solvers
404 Solvers
Return the first and last character of a string
3449 Solvers
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
511 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!